Class: Trope::Language::AttributeKeyword
- Defined in:
- lib/trope/language/attribute_keyword.rb
Overview
The attribute keyword.
Instance Method Summary collapse
-
#value ⇒ Object
Get the value of the attribute.
Methods inherited from Node
#elements, #elements_with_treetop_nodes
Instance Method Details
#value ⇒ Object
Get the value of the attribute.
10 11 12 |
# File 'lib/trope/language/attribute_keyword.rb', line 10 def value elements.first.value end |