Class | Mario::Platform |
In: |
lib/mario/platform.rb
|
Parent: | Object |
Checks a list of possible operating system classes to see if their target os strings match the {target_os} value
@return [Class]
Returns an instance of the current operating system class as determined by {check_group} against all operating system classes provided by {targets}
@return [OperatingSystem]
Checks if the current platform is part of the {darwin_group} and returns that class
@return [Class]
Allows the user to force Mario to report the operating system as one of the provided operatin system classes
The union of the {nix_group} and {windows_group} operating system class sets, each operating system test method ( ie linux? ) is built from this set of class constants
@return [Array[Class]]
Checks if the current platform is part of the {windows_group} and returns that class
@return [Class]