82 83 84
# File 'lib/ru/stream.rb', line 82 def select(*args, &block) self.class.new @stream.select(*args, &block) end