Skip to content

Instantly share code, notes, and snippets.

@wavebeem
Created November 9, 2010 01:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wavebeem/668561 to your computer and use it in GitHub Desktop.
Save wavebeem/668561 to your computer and use it in GitHub Desktop.
Just testing
#!/usr/bin/env ruby
#
# Ruby, ruby, ruby
#
DATA.each{|line| puts "#{DATA.lineno}: #{line}"}
__END__
Line one
Line two
Line three :D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment