method
new
v2.3.8 -
Show latest stable
- Class:
ActionView::PathSet
new(*args)public
No documentation available.
# File actionpack/lib/action_view/paths.rb, line 15
def initialize(*args)
super(*args).map! { |obj| self.class.type_cast(obj) }
end