module Roda::RodaPlugins::DirectCall::ClassMethods

def call(env)

Call the application without middlware.
def call(env)
  new(env)._roda_handle_main_route
end