mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 01:10:41 -07:00
Rename Parser#argument -> argument_string
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user