Sha256: c0c4f5cf20e82dd273797816ae0e4170de0de98f98f048528d97215e2269f1b3
Contents?: true
Size: 1.94 KB
Versions: 12
Compression:
Stored size: 1.94 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:class_variable_get:@docstringIC:YARD::Docstring"#Returns the value of the given class variable (or throws a <code>NameError</code> exception). The <code>@@</code> part of the variable name should be included for regular class variables class Fred @@foo = 99 end def Fred.foo class_variable_get(:@@foo) #=> 99 end :@objectu:YARD::StubProxyModule#class_variable_get: @summary0: @all"]Returns the value of the given class variable (or throws a <code>NameError</code> exception). The <code>@@</code> part of the variable name should be included for regular class variables class Fred @@foo = 99 end def Fred.foo class_variable_get(:@@foo) #=> 99 end @overload class_variable_get(symbol) @return [Object]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Module#class_variable_get;;;IC; "