module Veewee module Provider module Vmfusion module BoxCommand def halt(options={}) super(options) end end end end end