# File lib/rr/integrations/rspec/invocation_matcher.rb, line 7
        def initialize(method = nil)
          @verification = nil
          @subject = nil
          method_missing(method) if method
        end