# File lib/liquid/context.rb, line 64 def push raise StackLevelError, "Nesting too deep" if @scopes.length > 100 @scopes.unshift({}) end