class RSpec::Matchers::BuiltIn::BeWithin

def not_numeric_clause

def not_numeric_clause
  ", but it could not be treated as a numeric value" unless numeric?
end