module Roda::RodaPlugins::Base::ClassMethods

def rack_app_route_block(block)

Can be modified by plugins.
The route block to use when building the rack app.
def rack_app_route_block(block)
  block
end