class ActionView::PathSet

def initialize(paths = [])

def initialize(paths = [])
  @paths = typecast(paths).freeze
end