Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pygments / tests / snippets / ruby / test_operator_methods.txt
Size: Mime:
---input---
x.==4

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