class Rails::Paths::Path

def unshift(*paths)

def unshift(*paths)
  @paths.unshift(*paths)
end