Passes if receiver is less than +-delta away from other
[Source]
# File lib/spec/expectations/extensions/numeric.rb, line 5 5: def should_be_close(other, delta) 6: should.be._close_for_rspec(other, delta) 7: end
[Validate]