module Hari module Keys autoload :Key, 'hari/keys/key' autoload :List, 'hari/keys/list' autoload :Set, 'hari/keys/set' autoload :SortedSet, 'hari/keys/sorted_set' autoload :String, 'hari/keys/string' end end