Method: Twterm::Notifier#show_message

Defined in:
lib/twterm/notifier.rb

#show_message(message) ⇒ Object



25
26
27
28
29
# File 'lib/twterm/notifier.rb', line 25

def show_message(message)
  notification = Notification::Message.new(message)
  @queue.push(notification)
  self
end