lib/hanami/components.rb in hanami-1.0.0.rc1 vs lib/hanami/components.rb in hanami-1.0.0

- old
+ new

@@ -104,10 +104,10 @@ # Release all the resolved components. # This is used for code reloading. # # NOTE: this MUST NOT be used unless you know what you're doing. # - # @since 1.0.0.beta1 + # @since 1.0.0 # @api private def self.release @_resolved.clear end