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
Overview
Cygwin - if anyone is still using that
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
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 |