See also: RIO::Doc::SYNOPSIS; RIO::Doc::INTRO; RIO::Doc::HOWTO.
From rio/def.rb
See also: RIO::Doc::SYNOPSIS; RIO::Doc::INTRO; RIO::Doc::HOWTO.
| Protected Attributes |
| state |
|
| Public Methods |
| == |
Equality - calls to_s on other and compares its return value with
the value returned by Rio#to_s
|
| === |
Equality (for case statements) same as Rio#==
|
| =~ |
Match - invokes other.=~, passing the value returned by Rio#to_str
|
| copyclose |
This is an internal function and is not needed in client code.
|
| cpclose |
This is an internal function and is not needed in client code.
|
| cx |
This is an internal function and is not needed in client code. It returns
the internal ‘Rio Context’ object.
|
| cx= |
This is an internal function and is not needed in client code.
|
| dup |
|
| each_record |
This is an internal function and is not needed in client code.
|
| each_row |
This is an internal function and is not needed in client code.
|
| eql? |
Returns true if their String representations are eql?
|
| getwd |
This is an internal function and is not needed in client code.
|
| hash |
Rios are hashed based on their String representation
|
| initialize_copy |
|
| inputmode? |
This is an internal function and is not needed in client code.
|
| inspect |
|
| iostate |
This is an internal function and is not needed in client code.
|
| length |
Returns the length of the Rio’s String representation
|
| method_missing |
|
| new |
See RIO.rio
|
| nostreamenum |
This is an internal function and is not needed in client code.
|
| outputmode? |
This is an internal function and is not needed in client code.
|
| reset |
This is an internal function and should not normally be needed in client
code. It closes a Rio and returns it to its ‘reset’ state.
|
| rio |
See RIO.rio
|
| rl |
This is an internal function and is not needed in client code. It returns
the internal ‘Rio Resource Locator’ object.
|
| stream_iter? |
This is an internal function and is not needed in client code.
|
| string |
Returns the String associated with a Rio which references a StringIO
object. For any other type of Rio, is undefined.
|
| to_rl |
This is an internal function and is not needed in client code. It returns
the internal ‘Rio Resource Locator’ object.
|
| to_s |
Returns the string representation of a Rio that is used by Ruby’s
libraries. For Rios that exist on the file system this is Rio#fspath. For
FTP and HTTP Rios, this is the URL.
|
| to_str |
Alias for #to_s
|
<code/>and<pre/>for code samples.