Module: CEML::Casting::CastingStatement0
- Defined in:
- lib/ceml/lang/tt/casting.rb
Instance Method Summary collapse
Instance Method Details
#modifiers ⇒ Object
27 28 29 |
# File 'lib/ceml/lang/tt/casting.rb', line 27 def modifiers elements[4] end |
#roles ⇒ Object
23 24 25 |
# File 'lib/ceml/lang/tt/casting.rb', line 23 def roles elements[3] end |
#stanza_marker ⇒ Object
15 16 17 |
# File 'lib/ceml/lang/tt/casting.rb', line 15 def stanza_marker elements[0] end |
#ws ⇒ Object
19 20 21 |
# File 'lib/ceml/lang/tt/casting.rb', line 19 def ws elements[2] end |