Class: Bosh::Release::Runner

Inherits:
Object
  • Object
show all
Defined in:
lib/bosh/release.rb

Class Method Summary collapse

Class Method Details

.start(options) ⇒ Object



17
18
19
# File 'lib/bosh/release.rb', line 17

def start(options)
  Compiler.new(options).start
end