class Rails::Paths::Root
def add(path, options={})
def add(path, options={}) with = options[:with] || path self[path] = Path.new(self, path, with, options) end
def add(path, options={}) with = options[:with] || path self[path] = Path.new(self, path, with, options) end