Sha256: 100ed94815577e35931d16ebe81b45f61a0b76eace285573a92ace8e9d6fb681
Contents?: true
Size: 253 Bytes
Versions: 15
Compression:
Stored size: 253 Bytes
Contents
require "#{File.dirname(__FILE__)}/../example_helper" Prawn::Document.generate('float.pdf') do float do bounding_box [bounds.width / 2.0, bounds.top], :width => 100 do text "Hello world. " * 50 end end text "Hello world again" end
Version data entries
15 entries across 15 versions & 6 rubygems