class Launchy::Detect::HostOsFamily::Windows

def self.matching_regex

def self.matching_regex
  /(mingw|mswin|msys|windows)/i
end