Method: RIO::Stream::IOBase#rectype_mod
- Defined in:
- lib/rio/stream.rb
#rectype_mod ⇒ Object
end
89 90 91 92 93 94 95 |
# File 'lib/rio/stream.rb', line 89 def rectype_mod case cx['stream_rectype'] when 'lines' then RIO::RecType::Lines when 'bytes' then RIO::RecType::Bytes else RIO::RecType::Lines end end |