Class: Launchy::Detect::HostOsFamily::Cygwin

Inherits:
Launchy::Detect::HostOsFamily show all
Defined in:
lib/launchy/detect/host_os_family.rb

Overview

Cygwin - if anyone is still using that

Instance Attribute Summary

Attributes inherited from Launchy::Detect::HostOsFamily

#host_os

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Launchy::Detect::HostOsFamily

#cygwin?, cygwin?, #darwin?, darwin?, detect, #initialize, matches?, #nix?, nix?, #windows?, windows?

Methods included from Launchy::DescendantTracker

#children, #find_child, #inherited

Constructor Details

This class inherits a constructor from Launchy::Detect::HostOsFamily

Class Method Details

.matching_regexObject



102
103
104
# File 'lib/launchy/detect/host_os_family.rb', line 102

def self.matching_regex
  /cygwin/i
end

Instance Method Details

#app_list(app) ⇒ Object



106
107
108
# File 'lib/launchy/detect/host_os_family.rb', line 106

def app_list(app)
  app.cygwin_app_list
end