module ActionView::ViewPaths::ClassMethods

def view_paths=(paths)

otherwise, process the parameter into a PathSet.
* paths - If a PathSet is provided, use that;
==== Parameters

Set the view paths.
def view_paths=(paths)
  self._view_paths = _build_view_paths(paths)
end