fgrehm/vagrant-lxc

View on GitHub
lib/vagrant-lxc.rb

Summary

Maintainability
A
0 mins
Test Coverage
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