class Grape::Path

def self.prepare(raw_path, namespace, settings)

def self.prepare(raw_path, namespace, settings)
  Path.new(raw_path, namespace, settings)
end