class Launchy::Detect::HostOsFamily::Nix

All the *nix family of operating systems, and BSDs

Public Class Methods

matching_regex() click to toggle source
# File lib/launchy/detect/host_os_family.rb, line 91
def self.matching_regex
  /(linux|bsd|aix|solaris|sunos|dragonfly)/i
end

Public Instance Methods

app_list(app) click to toggle source
# File lib/launchy/detect/host_os_family.rb, line 95
def app_list(app)
  app.nix_app_list
end