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