Sha256: 52af579297f253837d450355c5d37b18a8e3fbdb050e4d8e330bfdcc2465d5dd
Contents?: true
Size: 472 Bytes
Versions: 1
Compression:
Stored size: 472 Bytes
Contents
#!/bin/sh 'exec' "ruby" '-x' "$0" "$@" #!/Users/jim/Developer/.rvm/rubies/ree-1.8.7-2012.01/bin/ruby -w # # This file was generated by RubyGems. # # The application 'ZenTest' is installed as part of a gem, and # this file is here to facilitate running it. # require 'rubygems' version = ">= 0" if ARGV.first =~ /^_(.*)_$/ and Gem::Version.correct? $1 then version = $1 ARGV.shift end gem 'ZenTest', version load Gem.bin_path('ZenTest', 'multiruby_setup', version)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radiant-1.0.0 | ruby-debug/ruby/1.8/bin/multiruby_setup |