module VagrantPlugins::DrupalVmSites

Constants

VERSION

Public Class Methods

source_root() click to toggle source

This returns the path to the source of this plugin.

@return [Pathname]

# File lib/drupal-vm-sites.rb, line 12
def self.source_root
        @source_root ||= Pathname.new(File.expand_path("../../", __FILE__))
end