U:RDoc::NormalModule[iI" RbConfig:EF@0o:RDoc::Markup::Document: @parts[o;;[o:RDoc::Markup::Paragraph;[I"DThe module storing Ruby interpreter configurations on building.;To:RDoc::Markup::BlankLineo; ;[ I"LThis file was created by mkconfig.rb when ruby was built. It contains ;TI"Dbuild information for ruby which is used e.g. by mkmf to build ;TI"Jcompatible native extensions. Any changes made to this file will be ;TI"&lost the next time ruby is built.;T: @fileI"rbconfig.rb;T:0@omit_headings_from_table_of_contents_below0; 0; 0[[ U:RDoc::Constant[iI" TOPDIR;FI"RbConfig::TOPDIR;T00o;;[o; ;[I"Ruby installed directory.;T; @; 0@@cRDoc::NormalModule0U; [iI" DESTDIR;FI"RbConfig::DESTDIR;T00o;;[o; ;[I"DESTDIR on make install.;T; @; 0@@@"0U; [iI" CONFIG;FI"RbConfig::CONFIG;T00o;;[o; ;[I"$The hash configurations stored.;T; @; 0@@@"0U; [iI"MAKEFILE_CONFIG;FI"RbConfig::MAKEFILE_CONFIG;T00o;;[o; ;[I"AAlmost same with CONFIG. MAKEFILE_CONFIG has other variable ;TI"reference like below.;T@o:RDoc::Markup::Verbatim;[I"6MAKEFILE_CONFIG["bindir"] = "$(exec_prefix)/bin" ;T: @format0o; ;[I"?The values of this constant is used for creating Makefile.;T@o;;[I"require 'rbconfig' ;TI" ;TI"print <<-END_OF_MAKEFILE ;TI"3prefix = #{Config::MAKEFILE_CONFIG['prefix']} ;TI"=exec_prefix = #{Config::MAKEFILE_CONFIG['exec_prefix']} ;TI"3bindir = #{Config::MAKEFILE_CONFIG['bindir']} ;TI"END_OF_MAKEFILE ;TI" ;TI"=> prefix = /usr/local ;TI" exec_prefix = $(prefix) ;TI": bindir = $(exec_prefix)/bin MAKEFILE_CONFIG = {} ;T;0o; ;[I"MRbConfig.expand is used for resolving references like above in rbconfig.;T@o;;[I"require 'rbconfig' ;TI"8p Config.expand(Config::MAKEFILE_CONFIG["bindir"]) ;TI"# => "/usr/local/bin";T;0; @; 0@@@"0[[[I" class;T[[: public[[I" expand;FI"rbconfig.rb;T[I" ruby;F@c[:protected[[: private[[I" instance;T[[;[[;[[;[[[U:RDoc::Context::Section[i0o;;[; 0; 0[@@cRDoc::TopLevel