Sha256: 48a8e59134d052b225bb091508fc2fa11d809c5309fa4a5731cceb7ebca06ad2
Contents?: true
Size: 1.24 KB
Versions: 12
Compression:
Stored size: 1.24 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:compact:@docstringIC:YARD::Docstring"‘Returns a copy of _self_ with all +nil+ elements removed. [ "a", nil, "b", nil, "c", nil ].compact #=> [ "a", "b", "c" ] :@objectu:YARD::StubProxyArray#compact: @summary0: @all"·Returns a copy of _self_ with all +nil+ elements removed. [ "a", nil, "b", nil, "c", nil ].compact #=> [ "a", "b", "c" ] @overload compact @return [Array]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Array#compact;;;IC; "