method

actual_delta

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

No documentation available.

# File lib/spec/matchers/change.rb, line 55
      def actual_delta
        @after - @before
      end