# File lib/tinder/campfire.rb, line 33 def rooms connection.get('/rooms.json')['rooms'].map do |room| Room.new(connection, room) end end