# File lib/pry/command_set.rb, line 291
    def valid_command?(val)
      !!find_command(val)
    end