Sha256: 0ffa8519cbe48639c947a836839ba3f4ec8b28ccd0e0d13c2c951b902f11dbfa

Contents?: true

Size: 341 Bytes

Versions: 2

Compression:

Stored size: 341 Bytes

Contents

require "pathname"

require "vagrant-unison-vaimo/plugin"
require "vagrant-unison-vaimo/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

2 entries across 2 versions & 1 rubygems

Version Path
vagrant-unison-vaimo-4.0.0a lib/vagrant-unison-vaimo.rb
vagrant-unison-vaimo-1.0.0a lib/vagrant-unison-vaimo.rb