module Roda::RodaPlugins::MultiView::ClassMethods
def multi_view_compile(array)
Given the array of view template names, return a regexp that will
def multi_view_compile(array) /(#{Regexp.union(array)})/ end
def multi_view_compile(array) /(#{Regexp.union(array)})/ end