class ActionView::PathSet

def initialize_copy(other)

def initialize_copy(other)
  @paths = other.paths.dup
  self
end