class ActionView::Template

def marshal_dump # :nodoc:

:nodoc:
the marshalling of the compiler mutex and instantiating that again on unmarshalling.
to ensure that references to the template object can be marshalled as well. This means forgoing
Exceptions are marshalled when using the parallel test runner with DRb, so we need
def marshal_dump # :nodoc:
  [ @source, @identifier, @handler, @compiled, @locals, @virtual_path, @format, @variant ]
end