Sha256: 82963a2c400c0ce75345d87b1f6cce8b7c98779a7b0b4ea58a38ab333d7c0804

Contents?: true

Size: 367 Bytes

Versions: 5

Compression:

Stored size: 367 Bytes

Contents

require "pathname"

require 'drupal-vm-sites/plugin'

module VagrantPlugins
	module DrupalVmSites
		lib_path = Pathname.new(File.expand_path("../drupal-vm-sites", __FILE__))

		# 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

5 entries across 5 versions & 1 rubygems

Version Path
drupal-vm-sites-0.0.7 lib/drupal-vm-sites.rb
drupal-vm-sites-0.0.6 lib/drupal-vm-sites.rb
drupal-vm-sites-0.0.5 lib/drupal-vm-sites.rb
drupal-vm-sites-0.0.4 lib/drupal-vm-sites.rb
drupal-vm-sites-0.0.2 lib/drupal-vm-sites.rb