Idiomatic changes

This commit is contained in:
2024-08-15 23:11:49 -03:00
parent e817aedd60
commit 78eff45ea0
4 changed files with 11 additions and 13 deletions

View File

@ -9,12 +9,12 @@ require "./tartrazine"
# or change the state machine.
module Tartrazine
enum ActionType
Token
Push
Pop
Combined
Bygroups
Combined
Include
Pop
Push
Token
Using
Usingself
end