# File lib/pry/method.rb, line 422
    def is_a?(klass)
      klass == Pry::Method or @method.is_a?(klass)
    end