manual/text/paragraph_indentation.rb in prawn-2.0.1 vs manual/text/paragraph_indentation.rb in prawn-2.0.2

- old
+ new

@@ -26,9 +26,8 @@ move_down 20 text "FROM RIGHT TO LEFT:" text "This paragraph will be indented. " * 10 + - "\n" + "This one will too. " * 10, - :indent_paragraphs => 60, :direction => :rtl - + "\n" + "This one will too. " * 10, + :indent_paragraphs => 60, :direction => :rtl end