Guest User

Untitled

a guest
Jun 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #!/usr/bin/env ruby
  2. #
  3. # Ruby, ruby, ruby
  4. #
  5. DATA.each{|line| puts "#{DATA.lineno}: #{line}"}
  6. __END__
  7. Line one
  8. Line two
  9. Line three :D
Add Comment
Please, Sign In to add comment