class Launchy::Detect::HostOsFamily::Darwin
Public Class Methods
matching_regex()
click to toggle source
# File lib/launchy/detect/host_os_family.rb, line 51 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 54 def app_list( app ) app.darwin_app_list; end