method
marshal_load
rails latest stable - Class:
ActionView::Template
marshal_load(array)public
No documentation available.
# File actionview/lib/action_view/template.rb, line 367
def marshal_load(array) # :nodoc:
@source, @identifier, @handler, @compiled, @locals, @virtual_path, @format, @variant = *array
@compile_mutex = Mutex.new
end