1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00
semantic/test/fixtures/ruby/literals.A.rb
2017-06-19 07:52:17 -06:00

12 lines
49 B
Ruby

true
false
nil
:foo
1234
self
super
1..3
1...5