module Roda::RodaPlugins::StaticPathInfo::RequestMethods

def initialize(*)

Set remaining_path when initializing.
def initialize(*)
  super
  @remaining_path = @env[PATH_INFO]
end