Method: Pry::Method#bound_method?

Defined in:
lib/pry/method.rb

#bound_method?Boolean

Returns Whether the method is bound.

Returns:

  • (Boolean)

    Whether the method is bound.



446
447
448
# File 'lib/pry/method.rb', line 446

def bound_method?
  is_a?(::Method)
end