module Roda::RodaPlugins::HashBranches

def self.configure(app)

def self.configure(app)
  app.opts[:hash_branches] ||= {}
end