class ActionView::PathSet

def +(array)

def +(array)
  PathSet.new(paths + array)
end