# File lib/cgikit/command.rb, line 345 def set_value_to_form_values( form_values ) form_values[@attributes[:name]] << @attributes[:value] end