Class: Pomo::Notifier::QuicksilverNotifier
- Inherits:
-
Object
- Object
- Pomo::Notifier::QuicksilverNotifier
- Defined in:
- lib/pomo/notifier/quicksilver_notifier.rb
Instance Method Summary collapse
Instance Method Details
#notify(message, opts = {}) ⇒ Object
5 6 7 |
# File 'lib/pomo/notifier/quicksilver_notifier.rb', line 5 def notify(, opts = {}) `osascript -e 'tell application "Quicksilver" to show large type "#{.gsub('"', '\"')}"'` end |