Sha256: 6618179d80f38876d154363d2b686a9e9c87ad79a40d04c0416db230261bd0e8
Contents?: true
Size: 1.72 KB
Versions: 12
Compression:
Stored size: 1.72 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: class:@docstringIC:YARD::Docstring"AReturns the class of <i>obj</i>, now preferred over <code>Object#type</code>, as an object's type in Ruby is only loosely tied to that object's class. This method must always be called with an explicit receiver, as <code>class</code> is also a reserved word in Ruby. 1.class #=> Fixnum self.class #=> Object :@objectu:YARD::StubProxyObject#class: @summary0: @all"eReturns the class of <i>obj</i>, now preferred over <code>Object#type</code>, as an object's type in Ruby is only loosely tied to that object's class. This method must always be called with an explicit receiver, as <code>class</code> is also a reserved word in Ruby. 1.class #=> Fixnum self.class #=> Object @overload class @return [Class]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Object#class;;;IC; "