method

initialize_copy

rails 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