class Launchy::Detect::HostOsFamily::Darwin
Mac OS X family
Public Class Methods
Source
# File lib/launchy/detect/host_os_family.rb, line 80 def self.matching_regex /(darwin|mac os)/i end
Public Instance Methods
Source
# File lib/launchy/detect/host_os_family.rb, line 84 def app_list(app) app.darwin_app_list end