module Veewee module Provider module Vmfusion module BoxCommand def ssh(command,options={}) super(command,options) end end end end end