Public Instance methods
call(env)
Call the application without middlware.
[show source]
# File lib/roda/plugins/direct_call.rb 17 def call(env) 18 new(env)._roda_handle_main_route 19 end