Sha256: a4652b66944e0e120108b1c8dfda6b6dad992d65fec7f45875471b3d86b0bac3
Contents?: true
Size: 1.53 KB
Versions: 12
Compression:
Stored size: 1.53 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:length:@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#length: @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#length;;;IC; "