Sha256: 9d03d958044af9e67eb929904b3bad01322414b13886cf0a5fe7c096e7bdc100
Contents?: true
Size: 431 Bytes
Versions: 4
Compression:
Stored size: 431 Bytes
Contents
#!/opt/local/bin/ruby # # irb.rb - intaractive rubyh # $Release Version: 0.9.5 $ # $Revision: 11708 $ # $Date: 2007-02-13 08:01:19 +0900 (Tue, 13 Feb 2007) $ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # require "irb" require "/Users/mknox/hack/ruby/goaloc/lib/goaloc" if __FILE__ == $0 IRB.start(__FILE__) else # check -e option if /^-e$/ =~ $0 IRB.start(__FILE__) else IRB.setup(__FILE__) end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mattknox-goaloc-0.0.0 | bin/goaloc |
mattknox-goaloc-0.0.3 | bin/goaloc |
mattknox-goaloc-0.0.5 | bin/goaloc |
mattknox-goaloc-0.0.6 | bin/goaloc |