We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: ruby lang (www.ruby-lang.org) svn mirror | Updated every 15 minutes
Homepage: http://svn.ruby-lang.org/repos/ruby/
Clone URL: git://github.com/juretta/ruby.git
matz (author)
Thu May 15 21:17:45 -0700 2008
commit  c3da8872ce8ae7af117021754380907086573e82
tree    2371c51ea4f8d5acadf6971f044b6012c465d0db
parent  abc1fbf6b22454366d957f427ef1e2ea32eda7e8
ruby / ext / stringio
name age message
..
file .cvsignore Fri Jun 23 18:15:08 -0700 2006 add extconf.h to .cvsignore. [akr]
file README Sun Jan 06 07:49:38 -0800 2008 * $Date$ keyword removed to avoid inclusion of ... [akr]
file depend Thu Sep 06 08:42:53 -0700 2007 * ext/stringio/stringio.c (strio_getc): rb_enc_... [matz]
file extconf.rb Sun Oct 31 21:04:04 -0800 2004 * ext/extmk.rb (MANIFEST): do not use anymore, ... [eban]
file stringio.c Tue Dec 02 19:22:12 -0800 2008 * io.c (rb_io_getc, rb_io_readchar): documentat... [nobu]
README
-*- rd -*-
$Author$

=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