7 8 9
# File 'lib/libruby/multi_io.rb', line 7 def write(*args) @targets.each {|t| t.write(*args)} end