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