# File lib/rspec/matchers/built_in/be_within.rb, line 17
        def of(expected)
          @expected  = expected
          @tolerance = @delta
          @unit      = ''
          self
        end