class Launchy::Detect::HostOsFamily

def matches?(host_os)

def matches?(host_os)
  matching_regex.match(host_os.to_s)
end