vagrant-lxc-ng/lib/vagrant-lxc.rb

11 lines
214 B
Ruby
Raw Normal View History

2013-03-02 23:36:06 +00:00
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