class RSpec::Matchers::BuiltIn::BeWithin

def of(expected)

Other tags:
    Api: - public
def of(expected)
  @expected  = expected
  @tolerance = @delta
  @unit      = ''
  self
end