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