Module: NxBuild::OS
- Defined in:
- lib/nxbuild/os.rb
Class Method Summary collapse
Class Method Details
.windows? ⇒ Boolean
3 4 5 |
# File 'lib/nxbuild/os.rb', line 3 def self.windows? return ENV['OS'] == 'Windows_NT' end |
3 4 5 |
# File 'lib/nxbuild/os.rb', line 3 def self.windows? return ENV['OS'] == 'Windows_NT' end |