Sha256: 42553e9480a083ff05ca9d8159f3137e1efa804c2b70b142e9efb85125c7fc56
Contents?: true
Size: 345 Bytes
Versions: 10
Compression:
Stored size: 345 Bytes
Contents
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
Version data entries
10 entries across 10 versions & 1 rubygems