# File lib/facets/more/rexmlbuilder.rb, line 73 def to_s( indent=nil ) o = "" @target.write( o, indent || @options[:indent] || 0 ) o end