# File lib/rspec/matchers/built_in/be_within.rb, line 16
        def of(expected)
          @expected = expected
          self
        end