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