Here is the builder file:
xml = Builder::XmlMarkup.new
xml.graph(:caption=>'Closing
Ratios', :numberPrefix=>'', :formatNumberScale=>'0',:decimalPrecision=>'4')
do
for item in arr_data
xml.set(:name=>item[0], :value=>item[1],:color=>''+get_FC_color)
end
end
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.