lib/prawn/document/internals.rb in prawn-templates-0.0.4 vs lib/prawn/document/internals.rb in prawn-templates-0.0.5

- old
+ new

@@ -1,8 +1,8 @@ module Prawn class Document module Internals - delegate [ :open_graphics_state ] => :renderer + delegate [:open_graphics_state] => :renderer # adds a new, empty content stream to each page. Used in templating so # that imported content streams can be left pristine # def fresh_content_streams(options = {})