# File lib/pry/method.rb, line 405
    def unbound_method?
      is_a?(::UnboundMethod)
    end