summaryrefslogtreecommitdiff
path: root/ruby_1_8_5/ext/stringio/README
blob: 190052309c86bbe3e85ba87f5d3d6e3d805ef322 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
-*- rd -*-
$Author: nobu $
$Date: 2002/02/19 13:16:24 $

=begin

= StringIO
Pseudo (({IO})) class from/to (({String})).

This library is based on MoonWolf version written in Ruby.  Thanks a lot.

= Differences to (({IO}))

* not implemented: (({fcntl})), (({reopen})).
* (({fileno})) returns nil.
* (({pos=})) returns new position, not 0.
* (({ungetc})) does nothing at start of the string. 

=end