Method: StringInput#stream_check!

Defined in:
lib/extensions/crypt/crypt/stringio.rb

#stream_check!Object



169
170
171
# File 'lib/extensions/crypt/crypt/stringio.rb', line 169

def stream_check!
  @closed and raise IOError, 'closed stream'
end