mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 10:20:43 -07:00
code styling
This commit is contained in:
@@ -160,5 +160,6 @@ module Liquid
|
||||
end
|
||||
end
|
||||
|
||||
Expression = StringScanner.instance_methods.include?(:scan_byte) ? Expression2 : Expression1
|
||||
# Remove this once we can depend on strscan >= 3.1.1
|
||||
Expression = HAS_STRING_SCANNER_SCAN_BYTE ? Expression2 : Expression1
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user