module Veewee module Provider module Parallels module BoxCommand #FIXME def halt(options={}) super(options) end end end end end