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