module Roda::RodaPlugins::ClassMatchers::ClassMethods

def freeze

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