class Launchy::Detect::HostOsFamily::Cygwin

Cygwin - if anyone is still using that

def self.matching_regex

def self.matching_regex
  /cygwin/i
end

def app_list(app)

def app_list(app)
  app.cygwin_app_list
end