Sha256: eff1c8e988887d36dbc9148ecd649f98ff8171965ccc111ac140a2a234fc80b2

Contents?: true

Size: 195 Bytes

Versions: 1

Compression:

Stored size: 195 Bytes

Contents

LOAD_BIN_PATH = File.expand_path(File.dirname(__FILE__) + "#{File::SEPARATOR}..#{File::SEPARATOR}bin")
if ENV.key?("PATH")
  ENV["PATH"] =  LOAD_BIN_PATH + File::PATH_SEPARATOR + ENV["PATH"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mspire-0.1.3 test/load_bin_path.rb