* io.c (rb_open_file): encoding in mode string was ignored if perm is
[ruby-svn.git] / ext / stringio / README
blob10dd237de85b194b96634c30e054ef8f07b41d00
1 -*- rd -*-
2 $Author$
4 =begin
6 = StringIO
7 Pseudo (({IO})) class from/to (({String})).
9 This library is based on MoonWolf version written in Ruby.  Thanks a lot.
11 = Differences to (({IO}))
13 * not implemented: (({fcntl})), (({reopen})).
14 * (({fileno})) returns nil.
15 * (({pos=})) returns new position, not 0.
16 * (({ungetc})) does nothing at start of the string. 
18 =end