Skip to content

Commit

Permalink
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/truffle/tags/core/kernel/select_tags.txt

This file was deleted.

5 changes: 5 additions & 0 deletions truffle/src/main/ruby/core/rubinius/common/kernel.rb
Original file line number Diff line number Diff line change
@@ -315,6 +315,11 @@ def readlines(sep=$/)
end
module_function :readlines

def select(*args)
IO.select(*args)
end
module_function :select

def loop
return to_enum(:loop) unless block_given?

0 comments on commit ac104e7

Please sign in to comment.