module Elm
Elm
ruby wrapper
Public Class Methods
compiler()
click to toggle source
# File lib/elm.rb, line 21 def self.compiler Elm::Compiler.with make end
make()
click to toggle source
# File lib/elm.rb, line 16 def self.make Elm::Runnable.new 'elm-make' end