Method: Ru::Stream#select

Defined in:
lib/ru/stream.rb

#select(*args, &block) ⇒ Object



82
83
84
# File 'lib/ru/stream.rb', line 82

def select(*args, &block)
  self.class.new @stream.select(*args, &block)
end