# File lib/rspec/matchers/change.rb, line 62
      def by(expected_delta)
        @expected_delta = expected_delta
        self
      end