# File lib/notify/terminal-notifier.rb, line 5 def self.notify(title, message, options = {}) TerminalNotifier.notify(message, {:title => title}.merge(options)) end