Class Erubis::PI::Eperl
In: erubis/engine/eperl.rb
Parent: PI::Engine

class XmlEperl < Eperl

  include EscapeEnhancer

end

Methods

Included Modules

PerlGenerator

Public Instance methods

[Source]

# File erubis/engine/eperl.rb, line 87
    def init_converter(properties={})
      @pi = 'perl'
      super(properties)
    end

[Validate]