Created
October 16, 2014 08:32
-
-
Save jgumbley/a417bc611d622a07b433 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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