# File lib/rspec/matchers/be_within.rb, line 43
    def be_within(delta)
      BeWithin.new(delta)
    end