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