3 4 5 6 7 8 9 10
# File 'lib/manioc/railtie.rb', line 3 def self.container frozen: true, &setup Manioc.frozen = frozen if setup config.container = config.container.with(&setup) else config.container end end