Parameters:
Returns:
491 492 493
# File 'lib/pry/method.rb', line 491 def is_a?(klass) (klass == Pry::Method) || @method.is_a?(klass) end