Method: StringInput#close

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

#closeObject



73
74
75
76
77
# File 'lib/extensions/crypt/crypt/stringio.rb', line 73

def close
  stream_check!
  @pos = nil
  @closed = true
end