Skip to content

Instantly share code, notes, and snippets.

@jgumbley
Created October 16, 2014 08:32
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 jgumbley/a417bc611d622a07b433 to your computer and use it in GitHub Desktop.
Save jgumbley/a417bc611d622a07b433 to your computer and use it in GitHub Desktop.
STDIN.read.split("\n").each_with_index do |data, index|
puts "Room " + index.to_s
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment