module Roda::RodaPlugins::Base::ClassMethods

def rack_app_route_block(block)

Can be modified by plugins.
if any before hooks are defined.
By default, modifies the rack app route block to support before hooks
entry point to the route block).
The route block to use when building the rack app (or other initial
def rack_app_route_block(block)
  block
end