Sha256: 292714d0f731d853ba338412cf425e05bd2212ea997a599fc95429a0cff31494
Contents?: true
Size: 352 Bytes
Versions: 4
Compression:
Stored size: 352 Bytes
Contents
require 'pathname' require 'vagrant-vaimo-unison/plugin' require 'vagrant-vaimo-unison/errors' module VagrantPlugins # Unison 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
4 entries across 4 versions & 1 rubygems