Class: Launchy::Detect::HostOsFamily::Windows
- Inherits:
-
Launchy::Detect::HostOsFamily
- Object
- Launchy::Detect::HostOsFamily
- Launchy::Detect::HostOsFamily::Windows
- Defined in:
- lib/launchy/detect/host_os_family.rb
Overview
All known host os families
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
69 70 71 |
# File 'lib/launchy/detect/host_os_family.rb', line 69 def self.matching_regex /(mingw|mswin|msys|windows)/i end |
Instance Method Details
#app_list(app) ⇒ Object
73 74 75 |
# File 'lib/launchy/detect/host_os_family.rb', line 73 def app_list(app) app.windows_app_list end |