Sha256: 41d01ee8d8c686222ec790da8da2906f6136287ec60e6ba83dfeaf190f77bae1
Contents?: true
Size: 287 Bytes
Versions: 45
Compression:
Stored size: 287 Bytes
Contents
require "vagrant-orchestrate/plugin" module VagrantPlugins module Orchestrate # 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
45 entries across 45 versions & 1 rubygems