Class: Tamarillo::Notification::None

Inherits:
Object
  • Object
show all
Defined in:
lib/tamarillo/notification/none.rb

Overview

Public: Provides a no-op for the notification system.

Instance Method Summary collapse

Instance Method Details

#callObject

Public: executes the notification.



7
8
9
# File 'lib/tamarillo/notification/none.rb', line 7

def call
  # NO-OP
end