class XmlEperl < Eperl
include EscapeEnhancer
end
[Source]
# File erubis/engine/eperl.rb, line 87 def init_converter(properties={}) @pi = 'perl' super(properties) end
[Validate]