Sha256: f698fe708e1ae5e71a12be1978fe338f9f54401eeddd5caecb4345c6f4165af2
Contents?: true
Size: 185 Bytes
Versions: 2
Compression:
Stored size: 185 Bytes
Contents
#!/usr/bin/env ruby path = File.expand_path(File.join(File.dirname(__FILE__), "../ext/ray")) args = ARGV.map { |i| '"' + i.gsub('"', "\\\"") + '"' }.join(' ') system "#{path} #{args}"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ray-0.0.0.pre2 | bin/ray |
ray-0.0.0.pre1 | bin/ray |