# File lib/rspec/matchers/built_in/change.rb, line 54
        def actual_delta
          @actual_after - @actual_before
        end