Copyright (c) 2005-2017 Christopher Kleckner All rights reserved This file is part of the Rio library for ruby. Rio is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Rio is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Rio; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA = Rio - Ruby I/O Facilitator fa-cil-i-tate: To make easy or easier 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. ==== Installation Add this line to your application's Gemfile: gem 'rio' And then execute: $ bundle Or install it yourself as: $ gem install rio ==== Usage * RIO::Doc::SYNOPSIS * RIO::Doc::INTRO * RIO::Doc::HOWTO * RIO::Doc::EXAMPLES * RIO::Rio ==== Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request Project:: http://rubyforge.org/projects/rio/ Documentation:: http://rio4ruby.com/ Bugs:: http://rubyforge.org/tracker/?group_id=821 Blog:: http://rio4ruby.blogspot.com/ Email:: rio4ruby@rubyforge.org