method

new

rails latest stable - Class: ActionView::PathSet
new(paths = [])
public

No documentation available.

# File actionview/lib/action_view/path_set.rb, line 18
    def initialize(paths = [])
      @paths = typecast(paths).freeze
    end