File Directory Ruby

ios = IO.new( 1 )
ios.putc "A"
ios.putc "B"
ios.putc "C"
ios.putc "D"
ios.getc => ABCD