Class: Fixnum

Inherits:
Object
  • Object
show all
Defined in:
lib/comparison_with_precision.rb

Instance Method Summary collapse

Instance Method Details

#===(other) ⇒ Object



8
9
10
# File 'lib/comparison_with_precision.rb', line 8

def ===(other)
  self == other
end