Sha256: 9bc095bd7e69189e868e9fd3553240b61f9455586a7b9ba61f9e7829bf15e2dd
Contents?: true
Size: 268 Bytes
Versions: 1
Compression:
Stored size: 268 Bytes
Contents
# -*- encoding: utf-8 -*- # vim: set fileencoding=utf-8 require "vagrant" module VagrantClone class Plugin < Vagrant.plugin("2") name 'vagrant-clone' command 'clone' do require_relative 'vagrant-clone/command/clone' Command end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-clone-0.0.1 | lib/vagrant-clone.rb |