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