module Roda::RodaPlugins::CustomBlockResults::ClassMethods

def freeze

Freeze the configured custom block results when freezing the app.
def freeze
  opts[:custom_block_results].freeze
  super
end