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