require 'confstruct/utils' module Confstruct autoload :HashWithStructAccess, 'confstruct/hash_with_struct_access' autoload :Configuration, 'confstruct/configuration' VERSION = '0.2.2' end