module Roda::RodaPlugins::HashBranchViewSubdir::ClassMethods

def freeze

Freeze the hash_branch_view_subdir metadata when freezing the app.
def freeze
  opts[:hash_branch_view_subdir_methods].freeze.each_value(&:freeze)
  super
end