Class: Burble::Snarl_Sender

Inherits:
Object
  • Object
show all
Defined in:
lib/burble/snarl-sender.rb

Instance Method Summary collapse

Instance Method Details

#send(title, text) ⇒ Object



6
7
8
# File 'lib/burble/snarl-sender.rb', line 6

def send(title, text)
  Snarl.new(title, text)
end