# File lib/liquid/profiler.rb, line 54 def self.start(token, partial) new(token, partial).tap do |t| t.start end end