module Roda::RodaPlugins::ReeRoutes::RequestMethods
def ree_routes
def ree_routes if scope.opts[:ree_routes_proc] scope.opts[:ree_routes_proc].each do |request_proc| self.instance_exec(self, &request_proc) end end nil end
def ree_routes if scope.opts[:ree_routes_proc] scope.opts[:ree_routes_proc].each do |request_proc| self.instance_exec(self, &request_proc) end end nil end