# File lib/redis.rb, line 1093
    def bool(name)
      insert(name) { |argument, value| [argument] }
    end