module Roda::RodaPlugins::Path::ClassMethods

def freeze

Freeze the path classes when freezing the app.
def freeze
  path_classes.freeze
  super
end