Method: Eye::Notify#notify
- Defined in:
- lib/eye/notify.rb
#notify ⇒ Object
72 73 74 75 76 77 |
# File 'lib/eye/notify.rb', line 72 def notify debug { "start notify #{@message_h}" } execute debug { "end notify #{@message_h}" } terminate end |