lib/parameters/class_param.rb in parameters-0.3.1 vs lib/parameters/class_param.rb in parameters-0.4.0

- old
+ new

@@ -70,11 +70,11 @@ # The representation of the class param. # def to_s text = @name.to_s - text << " [#{@value.inspect}]" if @value - text << "\t#{@description}" if @description + text << "\t[#{@value.inspect}]" if @value + text << "\t#{@description}" if @description return text end #