Sha256: b94b5517f4e18de3fd298ee320da83be976953debe686314b6a5908a1bb3653c

Contents?: true

Size: 511 Bytes

Versions: 24

Compression:

Stored size: 511 Bytes

Contents

module RbConfig
  versions = RUBY_VERSION.split('.')
  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'    => ':'
  }
end

# required for mspec it would appear
RUBY_EXE = 'bundle exec bin/opal'

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
opal-0.10.6 stdlib/rbconfig.rb
opal-0.10.6.beta stdlib/rbconfig.rb
opal-0.10.5 stdlib/rbconfig.rb
opal-0.10.4 stdlib/rbconfig.rb
opal-0.11.0.rc1 stdlib/rbconfig.rb
opal-0.10.3 stdlib/rbconfig.rb
opal-0.10.2 stdlib/rbconfig.rb
opal-0.10.1 stdlib/rbconfig.rb
opal-0.10.0 stdlib/rbconfig.rb
opal-0.10.0.rc2 stdlib/rbconfig.rb
opal-0.9.4 stdlib/rbconfig.rb
opal-0.9.3 stdlib/rbconfig.rb
opal-0.10.0.rc1 stdlib/rbconfig.rb
opal-0.10.0.beta5 stdlib/rbconfig.rb
opal-0.10.0.beta4 stdlib/rbconfig.rb
opal-0.10.0.beta3 stdlib/rbconfig.rb
opal-0.10.0.beta2 stdlib/rbconfig.rb
opal-0.10.0.beta1 stdlib/rbconfig.rb
opal-0.9.2 stdlib/rbconfig.rb
opal-0.9.0 stdlib/rbconfig.rb