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