module Roda::RodaPlugins::SlashPathEmpty::RequestMethods
def empty_path?
Consider the path empty if it is “/”.
def empty_path? super || remaining_path == '/' end
Consider the path empty if it is “/”.
def empty_path? super || remaining_path == '/' end