Class | Erubis::PreprocessingEruby |
In: |
erubis/preprocessing.rb
|
Parent: | Erubis::Eruby |
for preprocessing
# File erubis/preprocessing.rb, line 17 def initialize(input, params={}) params = params.dup params[:pattern] ||= '\[% %\]' # use '[%= %]' instead of '<%= %>' #params[:escape] = true # transport '[%= %]' and '[%== %]' super end