vagrant-lxc-ng/lib/vagrant-lxc.rb
2014-03-14 00:32:03 -03:00

11 lines
214 B
Ruby

require "vagrant-lxc/version"
require "vagrant-lxc/plugin"
module Vagrant
module LXC
def self.source_root
@source_root ||= Pathname.new(File.dirname(__FILE__)).join('..').expand_path
end
end
end