module ActionView::LookupContext::ViewPaths

def handlers_regexp #:nodoc:

:nodoc:
def handlers_regexp #:nodoc:
  @@handlers_regexp ||= /\.(?:#{default_handlers.join('|')})$/
end