method

from

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

No documentation available.

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