Sha256: 9ebebd347de1841e5806be8efcdb242aa2b63cc4bb23f642e22ab443466601b7
Contents?: true
Size: 1.63 KB
Versions: 12
Compression:
Stored size: 1.63 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:values:@docstringIC:YARD::Docstring"̉Returns the values for this instance as an array. Customer = Struct.new(:name, :address, :zip) joe = Customer.new("Joe Smith", "123 Maple, Anytown NC", 12345) joe.to_a[1] #=> "123 Maple, Anytown NC" :@objectu:YARD::StubProxyStruct#values: @summary0: @all"Returns the values for this instance as an array. Customer = Struct.new(:name, :address, :zip) joe = Customer.new("Joe Smith", "123 Maple, Anytown NC", 12345) joe.to_a[1] #=> "123 Maple, Anytown NC" @overload to_a @return [Array] @overload values @return [Array]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Struct#values;: to_a;IC; "