# File lib/puppet/rails/param_value.rb, line 41
41:     def value=(val)
42:         self[:value] = serialize_value(val)
43:     end