class XmlEphp < Ephp
include EscapeEnhancer
end
[Source]
# File erubis/engine/ephp.rb, line 91 def init_converter(properties={}) @pi = 'php' super(properties) end
[Validate]