Rename Parser#argument -> argument_string

This commit is contained in:
Charles-P. Clermont
2026-01-26 16:52:17 -05:00
parent 6b78291449
commit 6cfcd6cac0
3 changed files with 4 additions and 169 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ module Liquid
parse_expression(expression_string)
end
def argument
def argument_string
str = +""
# might be a keyword argument (identifier: expression)
if look(:id) && look(:colon, 1)