# File lib/rspec/matchers/change.rb, line 77
      def to(to)
        @eval_after = true
        @expected_after = to
        self
      end