mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 17:30:43 -07:00
refactor Lexer to be static class function
This commit is contained in:
@@ -134,6 +134,6 @@ class LexerUnitTest < Minitest::Test
|
||||
private
|
||||
|
||||
def tokenize(input)
|
||||
Lexer.new(input).tokenize
|
||||
Lexer.tokenize(input)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user