Module: Trellish::Campfire

Included in:
Card
Defined in:
lib/trellish/campfire.rb

Instance Method Summary collapse

Instance Method Details

#announce(message) ⇒ Object



6
7
8
# File 'lib/trellish/campfire.rb', line 6

def announce(message)
  room.speak message if room
end