module Roda::RodaPlugins::StatusHandler::ClassMethods

def freeze

Freeze the hash of status handlers so that there can be no thread safety issues at runtime.
def freeze
  opts[:status_handler].freeze
  super
end