Sha256: 4bc25555be23726e67cda253c9542620e2b378bf986c00b50bae19aa0b2789a3
Contents?: true
Size: 277 Bytes
Versions: 46
Compression:
Stored size: 277 Bytes
Contents
unless Object.const_defined?(:RUBY_NAME) and RUBY_NAME if Object.const_defined?(:RUBY_ENGINE) and RUBY_ENGINE RUBY_NAME = RUBY_ENGINE else require 'rbconfig' RUBY_NAME = ::RbConfig::CONFIG["RUBY_INSTALL_NAME"] || RbConfig::CONFIG["ruby_install_name"] end end
Version data entries
46 entries across 46 versions & 2 rubygems