summaryrefslogtreecommitdiff
path: root/tests/snippets/ruby/test_operator_methods.txt
blob: c8f7a7ac25d453cfc23578422f5476f8620a52a0 (plain)
1
2
3
4
5
6
7
8
9
---input---
x.==4

---tokens---
'x'           Name
'.'           Operator
'=='          Name.Operator
'4'           Literal.Number.Integer
'\n'          Text.Whitespace