Class: Elm::Compiler
- Inherits:
-
Object
- Object
- Elm::Compiler
- Includes:
- Contracts::Builtin, Contracts::Core
- Defined in:
- lib/elm/compiler.rb
Overview
Compile a set of elm files with options
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.with(runnable) ⇒ Object
13 14 15 |
# File 'lib/elm/compiler.rb', line 13 def self.with(runnable) Compiler.new runnable end |