module Dry::Configurable::InstanceMethods

def finalize!

Other tags:
    Api: - public
def finalize!
  return self if frozen?
  super
  freeze
end