method
initialize_copy
v7.1.3.4 -
Show latest stable
- Class:
ActionView::PathSet
initialize_copy(other)public
No documentation available.
# File actionview/lib/action_view/path_set.rb, line 22
def initialize_copy(other)
@paths = other.paths.dup.freeze
self
end