Class: Kapusta::Compiler::Language::SigilForm
- Inherits:
-
Struct
- Object
- Struct
- Kapusta::Compiler::Language::SigilForm
- Defined in:
- lib/kapusta/compiler/language.rb
Instance Attribute Summary collapse
-
#head ⇒ Object
Returns the value of attribute head.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#head ⇒ Object
Returns the value of attribute head
32 33 34 |
# File 'lib/kapusta/compiler/language.rb', line 32 def head @head end |
#name ⇒ Object
Returns the value of attribute name
32 33 34 |
# File 'lib/kapusta/compiler/language.rb', line 32 def name @name end |
Instance Method Details
#kind ⇒ Object
33 |
# File 'lib/kapusta/compiler/language.rb', line 33 def kind = head.to_sym |