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