Class: Numeric
Instance Method Summary collapse
Instance Method Details
#close?(other, precision) ⇒ Boolean
14 15 16 |
# File 'lib/spec/api/expectations.rb', line 14 def close?(other, precision) (self - other).abs < precision end |