Sha256: 57d8aaa80086792c808828969c10c26fe1c67b12a0f230205e521e3244def8d9
Contents?: true
Size: 331 Bytes
Versions: 9
Compression:
Stored size: 331 Bytes
Contents
require "pathname" require "vagrant-unison2/plugin" require "vagrant-unison2/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
Version data entries
9 entries across 9 versions & 1 rubygems