method
new
v3.2.13 -
Show latest stable
- Class:
ActionView::PathSet
new(paths = [])public
No documentation available.
# File actionpack/lib/action_view/path_set.rb, line 8
def initialize(paths = [])
@paths = typecast paths
end