Returns Whether the method is bound.
Returns:
Whether the method is bound.
446 447 448
# File 'lib/pry/method.rb', line 446 def bound_method? is_a?(::Method) end