Sha256: a7f5d318c3567cb73432d1a7546f7706ff60ee1709c2760f5e23f5624904bab5
Contents?: true
Size: 1.41 KB
Versions: 12
Compression:
Stored size: 1.41 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: eql?:@docstringIC:YARD::Docstring"¿Returns <code>true</code> if <i>num</i> and <i>numeric</i> are the same type and have equal values. 1 == 1.0 #=> true 1.eql?(1.0) #=> false (1.0).eql?(1.0) #=> true :@objectu:YARD::StubProxyNumeric#eql?: @summary0: @all"íReturns <code>true</code> if <i>num</i> and <i>numeric</i> are the same type and have equal values. 1 == 1.0 #=> true 1.eql?(1.0) #=> false (1.0).eql?(1.0) #=> true @overload eql?(numeric) @return [Boolean]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Numeric#eql?;;;IC; "