# File lib/pry/method.rb, line 383
    def ==(obj)
      if obj.is_a? Pry::Method
        super
      else
        @method == obj
      end
    end