module Roda::RodaPlugins::SymbolMatchers::ClassMethods

def freeze

Freeze the class_matchers hash when freezing the app.
def freeze
  opts[:symbol_matchers].freeze
  super
end