Class: Opal::BuilderProcessors::JsProcessor
- Defined in:
- opal/lib/opal/builder_processors.rb
Instance Attribute Summary
Attributes inherited from Processor
#filename, #options, #required_trees, #requires
Instance Method Summary collapse
Methods inherited from Processor
extensions, handles, inherited, #initialize, #mark_as_required, match?, match_regexp, #source_map, #to_s
Constructor Details
This class inherits a constructor from Opal::BuilderProcessors::Processor
Instance Method Details
#source ⇒ Object
72 73 74 |
# File 'opal/lib/opal/builder_processors.rb', line 72 def source @source.to_s + mark_as_required(@filename) end |