module Roda::RodaPlugins::AutoloadHashBranches

def self.configure(app)

def self.configure(app)
  app.opts[:autoload_hash_branch_files] ||= []
end