mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 17:30:43 -07:00
Rename constant to RAISE_EXCEPTION_LAMBDA
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ module Liquid
|
||||
TemplateParser = /(#{PartialTemplateParser}|#{AnyStartingTag})/om
|
||||
VariableParser = /\[[^\]]+\]|#{VariableSegment}+\??/o
|
||||
|
||||
EXCEPTION_RENDERER_LAMBDA = ->(_e) { raise }
|
||||
RAISE_EXCEPTION_LAMBDA = ->(_e) { raise }
|
||||
|
||||
singleton_class.send(:attr_accessor, :cache_classes)
|
||||
self.cache_classes = true
|
||||
|
||||
Reference in New Issue
Block a user