I'm using PRAWN to create pdf. I'm getting error on this line:
pdf.text story.description.gsub(/<\/?[^>]*>/, ""), :size =>12
Any suggestion much appreciated.
:size
story.description.gsub(/<\/?[^>]*>/, "")
This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
about » faq »
tagged
asked
1 year ago
viewed
196 times
:size? What doesstory.description.gsub(/<\/?[^>]*>/, "")evaluate to? – mu is too short Dec 29 '10 at 18:37