lib/rio/doc/OPTIONAL.rb in rio-0.3.9 vs lib/rio/doc/OPTIONAL.rb in rio-0.4.0

- old
+ new

@@ -36,19 +36,16 @@ module RIO module Doc #:doc: =begin rdoc -= Rio - Ruby I/O Comfort Class += Rio - Ruby I/O Facilitator -Rio is a convenience class wrapping much of the functionality of IO, -File, Dir, Pathname, FileUtils, Tempfile, StringIO, and OpenURI and -uses Zlib, and CSV to extend that functionality using a simple -consistent interface. Most of the instance methods of IO, File and -Dir are simply forwarded to the appropriate handle to provide -identical functionality. Rio also provides a "grande" interface that -allows many application level IO tasks to be expressed succinctly. - +Rio is a facade for most of the standard ruby classes that deal with I/O; +providing a simple, intuitive, succinct interface to the functionality +provided by IO, File, Dir, Pathname, FileUtils, Tempfile, StringIO, OpenURI +and others. Rio also provides an application level interface which allows many +common I/O idioms to be expressed succinctly. Please read the following first: * RIO::Doc::INTRO * RIO::Doc::SYNOPSIS * RIO::Doc::HOWTO