module Vagrant::LXC

Constants

VERSION

Public Class Methods

source_root() click to toggle source
# File lib/vagrant-lxc.rb, line 6
def self.source_root
  @source_root ||= Pathname.new(File.dirname(__FILE__)).join('..').expand_path
end