Launchy::Detect::HostOsFamily
# File lib/launchy/detect/host_os_family.rb, line 51 def self.matching_regex /(darwin|mac os)/ end
# File lib/launchy/detect/host_os_family.rb, line 54 def app_list( app ) app.darwin_app_list; end