# File lib/tinder/room.rb, line 58 def update(attrs) connection.put("/room/#{@id}.json", {:room => attrs}) end