module Roda::RodaPlugins::MatchAffix::RequestClassMethods
def consume_pattern(pattern)
Use the match prefix and suffix provided when loading the plugin, or fallback
def consume_pattern(pattern) /\A#{roda_class.opts[:match_prefix] || "/"}(?:#{pattern})#{roda_class.opts[:match_suffix] || "(?=\/|\z)"}/ end