Class: Transporter::Campfire

Inherits:
Service
  • Object
show all
Defined in:
lib/transporter/campfire.rb

Instance Method Summary collapse

Instance Method Details

#deliver(package) ⇒ Object



11
12
13
# File 'lib/transporter/campfire.rb', line 11

def deliver(package)
  room.speak(package.short)
end