Top Level Namespace

Defined Under Namespace

Modules: JarWrapper

Instance Method Summary collapse

Instance Method Details

#windows?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/jar_wrapper/runner.rb', line 5

def windows?
  !!(RbConfig::CONFIG['host_os'] =~ /mswin|mingw|windows/)
end