class Bosh::Release::Runner

Public Class Methods

start(options) click to toggle source
# File lib/bosh/release.rb, line 17
def start(options)
  Compiler.new(options).start
end