lib/restruct.rb in restruct-0.0.1 vs lib/restruct.rb in restruct-0.0.2
- old
+ new
@@ -12,9 +12,10 @@
require_relative 'restruct/nested_hash'
require_relative 'restruct/marshalizable'
require_relative 'restruct/marshal_array'
require_relative 'restruct/marshal_set'
require_relative 'restruct/marshal_hash'
+require_relative 'restruct/batch'
module Restruct
extend ClassConfig
\ No newline at end of file