Method: Travis::Tools::Notification::OSX#available?
- Defined in:
- lib/travis/tools/notification.rb
#available? ⇒ Boolean
43 44 45 |
# File 'lib/travis/tools/notification.rb', line 43 def available? System.mac? and System.recent_version?(System.os_version.to_s, '10.8') and System.running? "NotificationCenter" end |