Module: RbConfig

Defined in:
opal/stdlib/rbconfig.rb

Constant Summary

CONFIG =
{
  'ruby_version' => RUBY_VERSION,
  'MAJOR'        => versions[0],
  'MINOR'        => versions[1],
  'TEENY'        => versions[2],
  'RUBY'         => RUBY_ENGINE,
  'RUBY_INSTALL_NAME' => RUBY_ENGINE,
  'RUBY_SO_NAME'      => RUBY_ENGINE,
  'target_os'         => 'ECMA-262',
  'host_os'           => 'ECMA-262',
  'PATH_SEPARATOR'    => ':'
}