module ActionView::LookupContext::ViewPaths

def build_view_paths(paths)

instance objects as we wish.
Whenever setting view paths, makes a copy so that we can manipulate them in
def build_view_paths(paths)
  ActionView::PathSet.new(Array(paths))
end