lib/hanami/application.rb in hanami-1.0.0.beta2 vs lib/hanami/application.rb in hanami-1.0.0.beta3
- old
+ new
@@ -48,10 +48,11 @@
end
# Class interface for Hanami applications
#
# @since 0.9.0
+ # @api private
module ClassMethods
# Override Ruby's Class#extended
#
# @since 0.9.0
# @api private
@@ -144,9 +145,10 @@
# Initialize and load a new instance of the application
#
# @return [Hanami::Application] a new instance of the application
#
# @since 0.1.0
+ # @api private
def initialize
@renderer = RenderingPolicy.new(configuration)
@middleware = configuration.middleware
end