Class: Focus::ToggleMacNotificationCenter

Inherits:
Action
  • Object
show all
Defined in:
lib/focus/actions/toggle_mac_notification_center.rb

Instance Method Summary collapse

Instance Method Details

#callObject



3
4
5
# File 'lib/focus/actions/toggle_mac_notification_center.rb', line 3

def call
  toggle if uname == "Darwin"
end