class Temple::Parsers::ERB

def initialize(options = {})

def initialize(options = {})
  @compiler = Compiler.new(options[:trim_mode])
end