Sha256: ad7aed5e9f152441050754d8c96596b4f047478d6d7abf17db8b55b90da5f7db

Contents?: true

Size: 458 Bytes

Versions: 5

Compression:

Stored size: 458 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/virtualbox'
require 'veewee/command/vmfusion'
require 'veewee/command/parallels'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
veewee-0.3.0.alpha9 lib/veewee/command.rb
veewee-0.3.0.alpha8 lib/veewee/command.rb
veewee-0.3.0.alpha7 lib/veewee/command.rb
veewee-0.3.0.alpha6 lib/veewee/command.rb
veewee-0.3.0.alpha5 lib/veewee/command.rb