Sha256: 4c6ab56a778b111eadaa5555c68180959c811a5cd31cd37092f81babd5b58c0a
Contents?: true
Size: 354 Bytes
Versions: 86
Compression:
Stored size: 354 Bytes
Contents
# This file loads the proper rgloader/loader.rb file that comes packaged # with Vagrant so that encoded files can properly run with Vagrant. if ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"] require File.expand_path( "rgloader/loader", ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"]) else raise "Encoded files can't be read outside of the Vagrant installer." end
Version data entries
86 entries across 79 versions & 15 rubygems