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