module Roda::RodaPlugins::Base::RequestMethods

def placeholder_string_matcher?

placeholders via colons.
Whether string matchers are used verbatim, without handling
def placeholder_string_matcher?
  !roda_class.opts[:verbatim_string_matcher]
end