module Roda::RodaPlugins::Path::ClassMethods

def freeze

Freeze the path classes when freezing the app.
def freeze
  path_classes.freeze
  opts[:path_classes_methods].freeze
  super
end