[Source]
# File lib/erubis/engine/eruby.rb, line 117 117: def init_converter(properties={}) 118: @pi = 'rb' 119: super(properties) 120: end
[Validate]