Module: Opal
- Defined in:
- lib/wedge/opal.rb
Defined Under Namespace
Classes: Builder, Compiler, Server
Class Method Summary collapse
Class Method Details
.original_compile(source, options = {}) ⇒ Object
10 11 12 |
# File 'lib/wedge/opal.rb', line 10 def self.original_compile(source, = {}) Compiler.new(source, ).original_compile end |