# File lib/tinder/campfire.rb, line 59 def find_room_by_guest_hash(hash, name) rooms.detect { |room| room.guest_invite_code == hash } end