class FeedNotifier::Notifier
Public Class Methods
notify(entry)
click to toggle source
# File lib/feed_notifier/feed.rb, line 46 def self.notify(entry) TerminalNotifier.notify(entry.title) end
# File lib/feed_notifier/feed.rb, line 46 def self.notify(entry) TerminalNotifier.notify(entry.title) end