lib/nanoc/base/source_data/configuration.rb in nanoc-3.8.0 vs lib/nanoc/base/source_data/configuration.rb in nanoc-4.0.0a1
- old
+ new
@@ -1,8 +1,10 @@
# encoding: utf-8
-module Nanoc
+module Nanoc::Int
# Represents the site configuration.
+ #
+ # @api private
class Configuration < ::Hash
# Creates a new configuration with the given hash.
#
# @param [Hash] hash The actual configuration hash
def initialize(hash)