lib/iostreams.rb in iostreams-0.17.3 vs lib/iostreams.rb in iostreams-0.18.0
- old
+ new
@@ -40,9 +40,13 @@
end
module Row
autoload :Reader, 'io_streams/row/reader'
autoload :Writer, 'io_streams/row/writer'
end
+ module SymmetricEncryption
+ autoload :Reader, 'io_streams/symmetric_encryption/reader'
+ autoload :Writer, 'io_streams/symmetric_encryption/writer'
+ end
module Xlsx
autoload :Reader, 'io_streams/xlsx/reader'
end
autoload :Tabular, 'io_streams/tabular'