module Roda::RodaPlugins::Base::RequestMethods

def empty_path?

Whether the current path is considered empty.
def empty_path?
  remaining_path == ""
end