Returns Whether the method is unbound.
Returns:
Whether the method is unbound.
441 442 443
# File 'lib/pry/method.rb', line 441 def unbound_method? is_a?(::UnboundMethod) end