module Roda::RodaPlugins::Base::InstanceMethods

def _roda_run_main_route(r)

extension by plugins
Run the main route block with the request. Designed for
def _roda_run_main_route(r)
  _roda_main_route(r)
end