Module: RubyConfig

Defined in:
lib/ruby_config.rb,
lib/ruby_config/main.rb,
lib/ruby_config/config.rb,
lib/ruby_config/registry.rb,
lib/ruby_config/rubygems.rb,
lib/ruby_config/switcher.rb,
lib/ruby_config/installer.rb,
lib/ruby_config/runtime_base.rb,
lib/ruby_config/options_parser.rb,
lib/ruby_config/profile_config.rb,
lib/ruby_config/runtimes/jruby_runtime.rb,
lib/ruby_config/runtimes/ruby19_runtime.rb,
lib/ruby_config/runtimes/leopard_runtime.rb,
lib/ruby_config/runtimes/ruby186_runtime.rb,
lib/ruby_config/runtimes/ruby187_runtime.rb,
lib/ruby_config/runtimes/ruby_from_source_helper.rb,
lib/ruby_config/runtimes/ruby_enterprise_edition_runtime.rb

Defined Under Namespace

Modules: Runtimes Classes: Config, Installer, Main, OptionsParser, ProfileConfig, Registry, Rubygems, RuntimeBase, Switcher

Constant Summary collapse

VERSION =
File.open(File.join(File.dirname(__FILE__), '..', 'VERSION'), "r")  { |file| file.read  }