class RSpec::Matchers::BuiltIn::BeWithin

def description

def description
  "be within #{@delta}#{@unit} of #{@expected}"
end