module Roda::RodaPlugins::StaticPathInfo::RequestMethods

def update_remaining_path(remaining)

Update remaining_path with the remaining characters
def update_remaining_path(remaining)
  @remaining_path = remaining
end