class RSpec::Matchers::BuiltIn::BeWithin

def needs_expected

def needs_expected
  ArgumentError.new "You must set an expected value using #of: be_within(#{@delta}).of(expected_value)"
end