# File lib/hammer_cli/modules.rb, line 94
    def self.is_module_config?(config)
      config.kind_of?(Hash) && !config[:enable_module].nil?
    end