public
Description: a Scheme written in Ruby, but implemented on the bus!
Homepage: http://bus-scheme.rubyforge.org
Clone URL: git://github.com/technomancy/bus-scheme.git
added logo
technomancy (author)
Sat May 17 09:11:30 -0700 2008
commit  dffd98998989f4b5e9c367ff7564a1aa69a4def4
tree    624dcad4739f9c5253310d63ce9808d1519b813f
parent  1777cb23ac11d874dbbfe1ac81e17c7fbfa5aec7
...
21
22
23
 
24
25
26
...
21
22
23
24
25
26
27
0
@@ -21,6 +21,7 @@ class Array
0
   include Callable
0
 end
0
 
0
+# TODO: Use Hash[*a] instead
0
 module Enumerable # for 1.9, zip is defined on Enumerable
0
   def to_hash
0
     {}.affect do |hash|

Comments

    No one has commented yet.