D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
alt
/
ruby34
/
share
/
ri
/
system
/
RbConfig
/
Filename :
cdesc-RbConfig.ri
back
Copy
U:RDoc::NormalModule[iI" RbConfig:ETI" RbConfig;T0o:RDoc::Markup::Document:@parts[o;;[ : @fileI"!ext/rbconfig/sizeof/limits.c;T:0@omit_headings_from_table_of_contents_below0o;;[ ; I" ext/rbconfig/sizeof/sizes.c;T; 0o;;[o:RDoc::Markup::Paragraph;[I"DThe module storing Ruby interpreter configurations on building.;To:RDoc::Markup::BlankLine o;;[ 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; I"rbconfig.rb;T; 0; 0; 0[ [U:RDoc::Constant[i I"LIMITS;TI"RbConfig::LIMITS;T:public0o;;[o;;[I"JA Hash with the bounds of numeric types available to the \C compiler ;TI"<used to build Ruby. To access this constant, first run ;TI",<code>require 'rbconfig/sizeof'</code>.;T@o:RDoc::Markup::Verbatim;[ I"require 'rbconfig/sizeof' ;TI")RUBY_PLATFORM # => "x64-mingw-ucrt" ;TI"=RbConfig::LIMITS.fetch_values('FIXNUM_MAX', 'LONG_MAX') ;TI""# => [1073741823, 2147483647];T:@format0; @ ; 0@ @cRDoc::NormalModule0U; [i I"SIZEOF;TI"RbConfig::SIZEOF;T;0o;;[o;;[I"EA Hash with the byte size of \C types available to the compiler ;TI"<used to build Ruby. To access this constant, first run ;TI",<code>require 'rbconfig/sizeof'</code>.;T@o;;[I"require 'rbconfig/sizeof' ;TI"JRUBY_PLATFORM # => "x64-mingw-ucrt" ;TI"?RbConfig::SIZEOF.fetch_values('long', 'void*') # => [4, 8];T;0; @; 0@@@10U; [i I"TOPDIR;TI"RbConfig::TOPDIR;T;0o;;[o;;[I"Ruby installed directory.;T; @; 0@@@10U; [i I"DESTDIR;TI"RbConfig::DESTDIR;T;0o;;[o;;[I"DESTDIR on make install.;T; @; 0@@@10U; [i I"CONFIG;TI"RbConfig::CONFIG;T;0o;;[o;;[I"$The hash configurations stored.;T; @; 0@@@10U; [i I"MAKEFILE_CONFIG;TI"RbConfig::MAKEFILE_CONFIG;T;0o;;[o;;[I"AAlmost same with CONFIG. MAKEFILE_CONFIG has other variable ;TI"reference like below.;T@o;;[I"6MAKEFILE_CONFIG["bindir"] = "$(exec_prefix)/bin" ;T;0o;;[I"?The values of this constant is used for creating Makefile.;T@o;;[I"require 'rbconfig' ;TI" ;TI"print <<-END_OF_MAKEFILE ;TI"5prefix = #{RbConfig::MAKEFILE_CONFIG['prefix']} ;TI"?exec_prefix = #{RbConfig::MAKEFILE_CONFIG['exec_prefix']} ;TI"5bindir = #{RbConfig::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"<p RbConfig.expand(RbConfig::MAKEFILE_CONFIG["bindir"]) ;TI"# => "/usr/local/bin";T;0; @; 0@@@10[ [[I" class;T[[;[ [:protected[ [:private[[I"expand;TI"rbconfig.rb;T[I" ruby;T@�[I" instance;T[[;[ [;[ [;[ [ [U:RDoc::Context::Section[i 0o;;[ ; 0; 0[I"!ext/rbconfig/sizeof/limits.c;TI" ext/rbconfig/sizeof/sizes.c;TI"lib/bundled_gems.rb;TI"lib/bundler.rb;TI"lib/fileutils.rb;TI"lib/mkmf.rb;TI"lib/prism/ffi.rb;TI"lib/reline/io.rb;TI"lib/rubygems.rb;TI".lib/rubygems/commands/contents_command.rb;TI"+lib/rubygems/commands/setup_command.rb;TI"lib/rubygems/defaults.rb;TI" lib/rubygems/ext/builder.rb;TI"&lib/rubygems/ext/cargo_builder.rb;TI")lib/rubygems/ext/ext_conf_builder.rb;TI"lib/rubygems/installer.rb;TI"rbconfig.rb;T@cRDoc::TopLevel