module Liquid::ContextProfilingHook

Attributes

profiler[RW]

Public Instance Methods

new_isolated_subcontext() click to toggle source
Calls superclass method
# File lib/liquid/profiler/hooks.rb, line 28
def new_isolated_subcontext
  new_context = super
  new_context.profiler = profiler
  new_context
end