public
Description: Rubinius, the Ruby VM
Homepage: http://rubini.us
Clone URL: git://github.com/evanphx/rubinius.git
Search Repo:
File should include Enumerable. Specs for this type of thing incubating.
brixen (author)
Fri Apr 18 18:04:19 -0700 2008
commit  d7ed23bf2d711f88bc25e0d11249e5a7bb0e6221
tree    70c6c590335f3be30119aab6bc718d26b80a27fb
parent  b1d3f0b86cf99d43c5e2ab85b01b65d9e3de8490
...
1
 
2
3
4
...
8
9
10
 
 
11
12
13
...
 
1
2
3
4
...
8
9
10
11
12
13
14
15
0
@@ -1,4 +1,4 @@
0
-# depends on: io.rb class.rb module.rb
0
+# depends on: io.rb class.rb module.rb enumerable.rb
0
 
0
 module Platform::POSIX
0
   class TimeVal < FFI::Struct
0
@@ -8,6 +8,8 @@ end
0
 
0
 class File < IO
0
 
0
+ include Enumerable
0
+
0
   #--
0
   # Internal class for accessing timevals
0
   #++

Comments

    No one has commented yet.