Sha256: 09dc94fcb32c2fcb2d2ba05414465bb9d080ae7247c382a5f3c0a7e0e61a52a8
Contents?: true
Size: 447 Bytes
Versions: 1
Compression:
Stored size: 447 Bytes
Contents
require 'pathname' require "vagrant-smartos/version" require 'vagrant-smartos/plugin' require 'vagrant-smartos/errors' module VagrantPlugins module Smartos lib_path = Pathname.new(File.expand_path("../vagrant-smartos", __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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-smartos-0.0.2pre1 | lib/vagrant-smartos.rb |