Method: Krypt::IOFilter#close

Defined in:
lib/krypt/codec.rb

#closeObject

call-seq:

io.close -> nil

Calls, among possibly additional cleanup, IO#close on the underlying IO.



47
48
49
# File 'lib/krypt/codec.rb', line 47

def close
  @io.close
end