1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00
semantic/test/fixtures/ruby/literals.A.rb

12 lines
49 B
Ruby
Raw Normal View History

2017-06-17 00:52:47 +03:00
true
false
nil
:foo
1234
self
super
2017-06-19 16:52:17 +03:00
1..3
1...5