# File lib_ctrl/rucy/params.rb, line 1031
    def add_entry
      @list.push({ 'document' => nil,
                   'arguments' => [],
                   'mount_path' => nil,
                   'mount_mask' => nil,
                   'virtual_host' => nil,
                   'comment' => nil
                 })
      nil
    end