Module: PersonifyLanguage::Function0
- Defined in:
- lib/personify/parser/personify.rb
Instance Method Summary collapse
- #block ⇒ Object
- #key ⇒ Object
- #parameters ⇒ Object
- #space1 ⇒ Object
- #space2 ⇒ Object
- #space3 ⇒ Object
- #space4 ⇒ Object
Instance Method Details
#block ⇒ Object
514 515 516 |
# File 'lib/personify/parser/personify.rb', line 514 def block elements[8] end |
#key ⇒ Object
490 491 492 |
# File 'lib/personify/parser/personify.rb', line 490 def key elements[0] end |
#parameters ⇒ Object
502 503 504 |
# File 'lib/personify/parser/personify.rb', line 502 def parameters elements[4] end |
#space1 ⇒ Object
494 495 496 |
# File 'lib/personify/parser/personify.rb', line 494 def space1 elements[1] end |
#space2 ⇒ Object
498 499 500 |
# File 'lib/personify/parser/personify.rb', line 498 def space2 elements[3] end |
#space3 ⇒ Object
506 507 508 |
# File 'lib/personify/parser/personify.rb', line 506 def space3 elements[5] end |
#space4 ⇒ Object
510 511 512 |
# File 'lib/personify/parser/personify.rb', line 510 def space4 elements[7] end |