61 62 63
# File 'lib/ru/stream.rb', line 61 def format(format='l') self.class.new @stream.map { |item| item.format(format) } end