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 () notification = Notification::Message.new() @queue.push(notification) self end |