# File lib/prawn/document/text/box.rb, line 21 def text_box(text,options) Text::Box.new(text, options.merge(:for => self)).render end