# File lib/prawn/document.rb, line 411
    def indent(x, &block)
      bounds.indent(x, &block)
    end