# File rlml.rb, line 211 def initialize(name, encoding='utf-8', *children) @name = name.to_s @encoding = encoding super children end