ruby--ruby/gem_prelude.rb

11 lines
268 B
Ruby

# empty gem_prelude.rb
#
# p Gem::Enable
# p RbConfig::CONFIG["arch"]
# p RbConfig::CONFIG["bindir"]
# p RbConfig::CONFIG["datadir"]
# p RbConfig::CONFIG["sitedir"]
# p RbConfig::CONFIG["sitelibdir"]
# p RbConfig::CONFIG["EXEEXT"]
# p RbConfig::CONFIG["RUBY_SO_NAME"]