Skip to content

Instantly share code, notes, and snippets.

@kyanny
Created October 26, 2012 03:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyanny/3956759 to your computer and use it in GitHub Desktop.
Save kyanny/3956759 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
while ARGF.readline
puts $.
begin
$_.match /./
rescue => e
puts $_
raise e
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment