11 12 13
# File 'lib/kennel/utils.rb', line 11 def write(string) @ios.each { |io| io.write string } end