write_line

in lib/aws/kclrb/io_proxy.rb [58:62]


      def write_line(line)
        @output.write("\n#{line}\n")
        @output.flush
      end