Class: Cielo24::TokenType
- Inherits:
- BasicObject
- Defined in:
- lib/cielo24/enums.rb
Class Method Summary collapse
Class Method Details
.punctuation ⇒ Object
74 |
# File 'lib/cielo24/enums.rb', line 74 def self.punctuation; "punctuation"; end |
.sound ⇒ Object
75 |
# File 'lib/cielo24/enums.rb', line 75 def self.sound; "sound"; end |
.word ⇒ Object
73 |
# File 'lib/cielo24/enums.rb', line 73 def self.word; "word"; end |