Class: Tamarillo::Notification::None
- Inherits:
-
Object
- Object
- Tamarillo::Notification::None
- Defined in:
- lib/tamarillo/notification/none.rb
Overview
Public: Provides a no-op for the notification system.
Instance Method Summary collapse
-
#call ⇒ Object
Public: executes the notification.
Instance Method Details
#call ⇒ Object
Public: executes the notification.
7 8 9 |
# File 'lib/tamarillo/notification/none.rb', line 7 def call # NO-OP end |