Sha256: f8287fe16ac03c8ad9e087a00756b9b56e8b6ca87528bbbd916c614cf90d6a32
Contents?: true
Size: 1.52 KB
Versions: 12
Compression:
Stored size: 1.52 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: size:@docstringIC:YARD::Docstring"³Returns the number of instance variables. Customer = Struct.new(:name, :address, :zip) joe = Customer.new("Joe Smith", "123 Maple, Anytown NC", 12345) joe.length #=> 3 :@objectu:YARD::StubProxyStruct#size: @summary0: @all"ūReturns the number of instance variables. Customer = Struct.new(:name, :address, :zip) joe = Customer.new("Joe Smith", "123 Maple, Anytown NC", 12345) joe.length #=> 3 @overload length @return [Fixnum] @overload size @return [Fixnum]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Struct#size;:length;IC; "