# File lib/pry/method.rb, line 410
    def bound_method?
      is_a?(::Method)
    end