Sha256: b21b5c0383eb8a5c55360134c681cb676d0f47b121c74f141ea9ff21abd84c55

Contents?: true

Size: 243 Bytes

Versions: 8

Compression:

Stored size: 243 Bytes

Contents

tmp = $VERBOSE ; $VERBOSE = nil
LOAD_BIN_PATH = File.expand_path(File.dirname(__FILE__) + "#{File::SEPARATOR}..#{File::SEPARATOR}bin")
$VERBOSE = tmp

if ENV.key?("PATH")
  ENV["PATH"] =  LOAD_BIN_PATH + File::PATH_SEPARATOR + ENV["PATH"]
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mspire-0.4.9 specs/load_bin_path.rb
mspire-0.3.0 specs/load_bin_path.rb
mspire-0.3.9 specs/load_bin_path.rb
mspire-0.3.1 specs/load_bin_path.rb
mspire-0.4.2 specs/load_bin_path.rb
mspire-0.4.4 specs/load_bin_path.rb
mspire-0.4.7 specs/load_bin_path.rb
mspire-0.4.5 specs/load_bin_path.rb