Method: Lita::Handlers::Room#part

Defined in:
lib/lita/handlers/room.rb

#part(response) ⇒ void

This method returns an undefined value.

Parts from the room with the specified ID.

Parameters:

Since:

  • 3.0.0



25
26
27
# File 'lib/lita/handlers/room.rb', line 25

def part(response)
  robot.part(response.args[0])
end