# File lib/rr/injections/double_injection.rb, line 30
        def exists_by_subject?(subject, method_name)
          exists?((class << subject; self; end), method_name)
        end