module Roda::RodaPlugins::Base::RequestMethods
def placeholder_string_matcher?
Whether string matchers are used verbatim, without handling
def placeholder_string_matcher? !roda_class.opts[:verbatim_string_matcher] end
def placeholder_string_matcher? !roda_class.opts[:verbatim_string_matcher] end