class ActionDispatch::Journey::Router::Utils

def self.escape_path(path)

def self.escape_path(path)
  ENCODER.escape_path(path.to_s)
end