Flowdock
eql?(p1) public

Returns true if num and numeric are the same type and have equal values.

1 == 1.0          #=> true
1.eql?(1.0)       #=> false
(1.0).eql?(1.0)   #=> true
Show source
Register or log in to add new notes.