class XmlEc < Ec
include EscapeEnhancer
end
[Source]
# File erubis/engine/ec.rb, line 109 def init_converter(properties={}) @pi = 'c' super(properties) end
[Validate]