lib/hashify.rb in hashify-0.0.1 vs lib/hashify.rb in hashify-0.0.2
- old
+ new
@@ -1,8 +1,9 @@
module Hashify
- autoload :Json, File.join(File.dirname(__FILE__), 'hashify', 'json')
+ autoload :Json, File.join(File.dirname(__FILE__), 'hashify', 'json')
autoload :Convert, File.join(File.dirname(__FILE__), 'hashify', 'convert')
+ autoload :Auto, File.join(File.dirname(__FILE__), 'hashify', 'auto')
def self.included(cls)
cls.const_set(:HashConvertTable, {}) unless cls.const_defined?(:HashConvertTable)
cls.instance_eval(<<-CLASS_DOC, __FILE__, __LINE__)