haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
opt
/
alt
/
ruby23
/
share
/
ri
/
2.3.0
/
system
/
Module
/
Filename :
class_variable_get-i.ri
back
Copy
U:RDoc::AnyMethod[iI"class_variable_get:ETI"Module#class_variable_get;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"@Returns the value of the given class variable (or throws a ;TI"H<code>NameError</code> exception). The <code>@@</code> part of the ;TI"Cvariable name should be included for regular class variables. ;TI"/String arguments are converted to symbols.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [ I"class Fred ;TI" @@foo = 99 ;TI" end ;TI"/Fred.class_variable_get(:@@foo) #=> 99;T:@format0: @fileI" object.c;T:0@omit_headings_from_table_of_contents_below0I"Wmod.class_variable_get(symbol) -> obj mod.class_variable_get(string) -> obj ;T0[ I" (p1);T@FI"Module;TcRDoc::NormalClass00