module Roda::RodaPlugins::SymbolRegexpMatchers::RequestMethods
Private Instance Methods
Source
# File lib/roda/plugins/_symbol_regexp_matchers.rb, line 15 def _match_symbol_regexp(s) "([^\\/]+)" end
The regular expression to use for matching symbols. By default, any non-empty segment matches.