Class: Launchy::Detect::HostOsFamily::Cygwin
- Inherits:
-
Launchy::Detect::HostOsFamily
- Object
- Launchy::Detect::HostOsFamily
- Launchy::Detect::HostOsFamily::Cygwin
- Defined in:
- lib/launchy/detect/host_os_family.rb
Instance Attribute Summary
Attributes inherited from Launchy::Detect::HostOsFamily
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_regex ⇒ Object
65 66 67 |
# File 'lib/launchy/detect/host_os_family.rb', line 65 def self.matching_regex /cygwin/i end |
Instance Method Details
#app_list(app) ⇒ Object
68 |
# File 'lib/launchy/detect/host_os_family.rb', line 68 def app_list( app ) app.cygwin_app_list; end |