Saturday, 28 September 2013

Prawn doesn't draw a horizontal rule

Prawn doesn't draw a horizontal rule

I want to draw a simple horizontal rule. What I'm doing is:
move_down 30
horizontal_rule
and Gemfile
gem 'prawn', :git => "https://github.com/prawnpdf/prawn.git", branch:
'master'
It doesn't draw anything.

No comments:

Post a Comment