Sha256: 7f36f556ff17b1ede47a99b3f3ed4952e9de02228e82b71f6af4788ded7519bd
Contents?: true
Size: 275 Bytes
Versions: 15
Compression:
Stored size: 275 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
15 entries across 15 versions & 2 rubygems