Method: StringInput#close
- Defined in:
- lib/extensions/crypt/crypt/stringio.rb
#close ⇒ Object
73 74 75 76 77 |
# File 'lib/extensions/crypt/crypt/stringio.rb', line 73 def close stream_check! @pos = nil @closed = true end |
73 74 75 76 77 |
# File 'lib/extensions/crypt/crypt/stringio.rb', line 73 def close stream_check! @pos = nil @closed = true end |