# File lib/rgen/serializer/xml_serializer.rb, line 9 def initialize(file) @indent = 0 @lastStartTag = nil @textContent = false @file = file end