Method: Utilities#windows?
- Defined in:
- lib/rhoconnect/utilities.rb
#windows? ⇒ Boolean
68 69 70 |
# File 'lib/rhoconnect/utilities.rb', line 68 def windows? RbConfig::CONFIG['host_os'] =~ /(win|w)32$/ end |
68 69 70 |
# File 'lib/rhoconnect/utilities.rb', line 68 def windows? RbConfig::CONFIG['host_os'] =~ /(win|w)32$/ end |