57 58 59
# File 'lib/ru/stream.rb', line 57 def files self.class.new @stream.map { |line| Ru::File.new(line) } end