class Roda::RodaPlugins::HashRoutes::DSL

def on(segment, &block)

Use the segment to setup a branch in the current namespace.
def on(segment, &block)
  @roda.hash_branch(@namespace, segment, &block)
end