class Launchy::Detect::HostOsFamily::Cygwin

Cygwin

if anyone is still using that

Public Class Methods

matching_regex() click to toggle source
# File lib/launchy/detect/host_os_family.rb, line 102
def self.matching_regex
  /cygwin/i
end

Public Instance Methods

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