Class: FeedNotifier::Notifier

Inherits:
Object
  • Object
show all
Defined in:
lib/feed_notifier/feed.rb

Class Method Summary collapse

Class Method Details

.notify(entry) ⇒ Object



46
47
48
# File 'lib/feed_notifier/feed.rb', line 46

def self.notify(entry)
  TerminalNotifier.notify(entry.title)
end