class ActionView::PathSet

def initialize_copy(other)

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