mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
more micro optimization
This commit is contained in:
@@ -91,7 +91,7 @@ module Liquid
|
||||
byte_a = @ss.scan_byte
|
||||
|
||||
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
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user