class ActionView::PathSet

def +(other)

def +(other)
  array = Array === other ? other : other.paths
  PathSet.new(paths + array)
end