Method: Eye::Notify#initialize
- Defined in:
- lib/eye/notify.rb
#initialize(options = {}, message_h = {}) ⇒ Notify
Returns a new instance of Notify.
56 57 58 59 60 61 |
# File 'lib/eye/notify.rb', line 56 def initialize( = {}, = {}) @message_h = @options = debug { "created notifier #{}" } end |