public
Description: Rubinius, the Ruby VM
Homepage: http://rubini.us
Clone URL: git://github.com/evanphx/rubinius.git
Move Ar to kernel/core.
drbrain (author)
Fri Feb 22 17:06:18 -0800 2008
commit  b2baf0911e4a88ba2f6c4cb8e3e31d2a3aa1c6bf
tree    f5399582c2f1ac6c2f0cee45ad7b62a6548263ad
parent  4dfc3e7fcda0718180fe6ec08a08abb6a60226fc
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-require 'lib/ar'
0
+require 'kernel/core/ar'
0
 
0
 def ar_add(ar_name, file_name)
0
   puts "ar_add #{ar_name} #{file_name}" if $verbose

Comments

    No one has commented yet.