class Origen::OperatingSystems

Provides methods to detect the operating system used at runtime, an instance of this class is automatically instantiated as Origen.os.

@example

Origen.os.windows?   # => false
Origen.os.linux?     # => true