Class: Opal::BuilderProcessors::OpalERBProcessor

Inherits:
RubyProcessor show all
Defined in:
opal/lib/opal/builder_processors.rb

Instance Attribute Summary

Attributes inherited from Processor

#filename, #options, #required_trees, #source

Instance Method Summary collapse

Methods inherited from RubyProcessor

#compiled, #compiler_class, #compiler_for, match?, #required_trees, #source, #source_map

Methods inherited from Processor

extensions, handles, #mark_as_required, match?, match_regexp, #source_map, #to_s

Constructor Details

#initialize(*args) ⇒ OpalERBProcessor

Returns a new instance of OpalERBProcessor



121
122
123
124
# File 'opal/lib/opal/builder_processors.rb', line 121

def initialize(*args)
  super
  @source = prepare(@source, @filename)
end

Instance Method Details

#requiresObject



126
127
128
# File 'opal/lib/opal/builder_processors.rb', line 126

def requires
  ['erb']+super
end