class Rails::Paths::Path

def unshift(path)

def unshift(path)
  @paths.unshift path
end