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