# File lib/rspec/mocks/any_instance/recorder.rb, line 121
        def already_observing?(method_name)
          @observed_methods.include?(method_name)
        end