# File lib/rr/method_dispatches/method_missing_dispatch.rb, line 34
      def call_original_method
        Injections::DoubleInjection.find_or_create(subject_class, method_name).dispatch_method_delegates_to_dispatch_original_method do
          call_original_method_missing
        end
      end