Google

def to_s if @normalized @value else doc = @element.document dt = doc ? doc.doc_type : nil Text::normalize( @value, dt ) end end