# File lib/tinder/campfire.rb, line 54
    def find_room_by_name(name)
      rooms.detect { |room| room.name == name }
    end