Method: RIO::IF::GrandeStream#r!
- Defined in:
- lib/rio/if/grande_stream.rb
#r! ⇒ Object
Sets the implicit input mode to ‘r+’.
The implicit input mode is the mode Rio will use for input when no mode is specified.
Returns the Rio
See the discussion for #a.
339 |
# File 'lib/rio/if/grande_stream.rb', line 339 def r!() target.r!(); self end |