# File lib/pry/default_commands/introspection.rb, line 14
      def method?
        !!method_object
      rescue CommandError
        false
      end