Sha256: 2c07a55b089f9b5c84869be2fa2df997d9a73084f1380322cc0b8d373c823d11

Contents?: true

Size: 450 Bytes

Versions: 8

Compression:

Stored size: 450 Bytes

Contents

module Veewee
  module Command
    autoload :Base,      'veewee/command/base'
    autoload :GroupBase, 'veewee/command/group_base'
    autoload :Helpers,   'veewee/command/helpers'
    autoload :NamedBase, 'veewee/command/named_base'
  end
end

# The built-in commands must always be loaded
require 'veewee/command/version'
require 'veewee/command/kvm'
require 'veewee/command/vbox'
require 'veewee/command/fusion'
require 'veewee/command/parallels'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
veewee-0.3.6 lib/veewee/command.rb
veewee-0.3.5 lib/veewee/command.rb
veewee-0.3.4 lib/veewee/command.rb
veewee-0.3.3 lib/veewee/command.rb
veewee-0.3.2 lib/veewee/command.rb
veewee-0.3.1 lib/veewee/command.rb
veewee-0.3.0.beta2 lib/veewee/command.rb
veewee-0.3.0.beta1 lib/veewee/command.rb