class Fixnum

Public Instance Methods

===(other) click to toggle source
# File lib/geometry/comparison_with_precision.rb, line 8
def ===(other)
  self == other
end