# File lib_ctrl/rucy/params.rb, line 853
    def push(attrs)
      add_entry
      [ 'alias_path',
        'orig_path',
        'virtual_host'
      ].each do |key|
        if (attrs.include? key) then
          @list.last[key] = attrs[key]
        end
      end
      nil
    end