mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 19:30:47 -07:00
more micro optimization
This commit is contained in:
@@ -91,7 +91,7 @@ module Liquid
|
|||||||
byte_a = @ss.scan_byte
|
byte_a = @ss.scan_byte
|
||||||
|
|
||||||
until @ss.eos?
|
until @ss.eos?
|
||||||
while @ss.eos? == false && byte_a != OPEN_CURLEY && byte_a != CLOSE_CURLEY
|
while @ss.eos? == false && byte_a != CLOSE_CURLEY && byte_a != OPEN_CURLEY
|
||||||
byte_a = @ss.scan_byte
|
byte_a = @ss.scan_byte
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user