Sha256: 28fe59f6d90145a5b39cf17b339684c325c77a78ab034a70817cba088a226470

Contents?: true

Size: 538 Bytes

Versions: 25

Compression:

Stored size: 538 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_NAME = 'opal'
RUBY_EXE = 'opal'
RUBY_PATCHLEVEL = "327"

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
opal-0.8.1 stdlib/rbconfig.rb
opal-0.8.1.rc1 stdlib/rbconfig.rb
opal-0.8.0 stdlib/rbconfig.rb
opal-0.8.0.rc3 stdlib/rbconfig.rb
opal-0.8.0.rc2 stdlib/rbconfig.rb
opal-0.8.0.rc1 stdlib/rbconfig.rb
opal-0.8.0.beta1 stdlib/rbconfig.rb
opal-0.7.2 stdlib/rbconfig.rb
opal-0.7.1 stdlib/rbconfig.rb
opal-0.7.0 stdlib/rbconfig.rb
opal-0.7.0.rc1 stdlib/rbconfig.rb
opal-0.7.0.beta3 stdlib/rbconfig.rb
opal-0.6.3 stdlib/rbconfig.rb
opal-0.7.0.beta2 stdlib/rbconfig.rb
opal-cj-0.7.0.beta2 stdlib/rbconfig.rb
opal-cj-0.7.0.beta1 stdlib/rbconfig.rb
opal-0.7.0.beta1 stdlib/rbconfig.rb
opal-0.6.2 stdlib/rbconfig.rb
opal-0.6.1 stdlib/rbconfig.rb
opal-0.6.0 stdlib/rbconfig.rb