require "pathname" require "vagrant-unison-morroni/plugin" require "vagrant-unison-morroni/errors" module VagrantPlugins module Unison # This returns the path to the source of this plugin. # # @return [Pathname] def self.source_root @source_root ||= Pathname.new(File.expand_path("../../", __FILE__)) end end end