Sha256: b6dfeea3a6f09f0997d7c9cc89bc66e75498aa226bde70b1d12810cda37e2042

Contents?: true

Size: 511 Bytes

Versions: 30

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 exe/opal'

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
opal-1.5.1 stdlib/rbconfig.rb
opal-1.5.0 stdlib/rbconfig.rb
opal-1.5.0.rc1 stdlib/rbconfig.rb
opal-1.4.1 stdlib/rbconfig.rb
opal-1.4.0 stdlib/rbconfig.rb
opal-1.4.0.alpha1 stdlib/rbconfig.rb
opal-1.3.2 stdlib/rbconfig.rb
opal-1.3.1 stdlib/rbconfig.rb
opal-1.3.0 stdlib/rbconfig.rb
opal-1.3.0.rc1 stdlib/rbconfig.rb
opal-1.3.0.alpha1 stdlib/rbconfig.rb
opal-1.2.0 stdlib/rbconfig.rb
opal-1.2.0.beta1 stdlib/rbconfig.rb
opal-1.1.1 stdlib/rbconfig.rb
opal-1.1.1.rc1 stdlib/rbconfig.rb
opal-1.1.0 stdlib/rbconfig.rb
opal-1.1.0.rc1 stdlib/rbconfig.rb
opal-1.0.5 stdlib/rbconfig.rb
opal-1.0.4 stdlib/rbconfig.rb
opal-1.0.3 stdlib/rbconfig.rb