module Roda::RodaPlugins::Base::ClassMethods

def convert_route_block(block)

Can be modified by plugins.
which can include route blocks that are delegated to by the main route block.
Modify the route block to use for any route block provided as input,
def convert_route_block(block)
  block
end