method

to

rspec latest stable - Class: Spec::Matchers::Change
to(to)
public

No documentation available.

# File lib/spec/matchers/change.rb, line 78
      def to(to)
        @to = to
        self
      end