Method: RIO::NullIOMode#initialize
- Defined in:
- lib/rio/nullio.rb
#initialize(mode_string) ⇒ NullIOMode
Returns a new instance of NullIOMode.
46 47 48 |
# File 'lib/rio/nullio.rb', line 46 def initialize(mode_string) @str = mode_string end |