Method: Twterm::NotificationBackend::AbstractNotificationBackend#notify
- Defined in:
- lib/twterm/notification_backend/abstract_notification_backend.rb
#notify(_notification) ⇒ Object
This method is abstract.
7 8 9 |
# File 'lib/twterm/notification_backend/abstract_notification_backend.rb', line 7 def notify(_notification) raise NotImplementedError, '`notify` method must be implemented' end |