D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
alt
/
ruby34
/
share
/
ri
/
system
/
Module
/
Filename :
constants-i.ri
back
Copy
U:RDoc::AnyMethod[iI"constants:ETI"Module#constants;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"BReturns an array of the names of the constants accessible in ;FI"F<i>mod</i>. This includes the names of constants in any included ;FI"Fmodules (example at start of section), unless the <i>inherit</i> ;FI",parameter is set to <code>false</code>.;Fo:RDoc::Markup::BlankLine o; ; [I"IThe implementation makes no guarantees about the order in which the ;FI"constants are yielded.;F@o:RDoc::Markup::Verbatim; [I"2IO.constants.include?(:SYNC) #=> true ;TI"3IO.constants(false).include?(:SYNC) #=> false ;T:@format0o; ; [I"$Also see Module#const_defined?.;F: @fileI" object.c;T:0@omit_headings_from_table_of_contents_below0I"-mod.constants(inherit=true) -> array ;F0[ I"(*args);T@FI"Module;TcRDoc::NormalClass00