module Roda::RodaPlugins::SymbolRegexpMatchers::RequestMethods

def _match_symbol_regexp(s)

segment matches.
The regular expression to use for matching symbols. By default, any non-empty
def _match_symbol_regexp(s)
  "([^\\/]+)"
end