Method: Twterm::Notification::Base#initialize
- Defined in:
- lib/twterm/notification/base.rb
#initialize(message) ⇒ Object
6 7 8 9 |
# File 'lib/twterm/notification/base.rb', line 6 def initialize() @message = CGI.unescapeHTML() @time = Time.now end |