Module: PersonifyLanguage::Logical0
- Defined in:
- lib/personify/parser/personify.rb
Instance Method Summary collapse
- #first_expression ⇒ Object
- #next_expression ⇒ Object
- #operator ⇒ Object
- #space1 ⇒ Object
- #space2 ⇒ Object
Instance Method Details
#first_expression ⇒ Object
692 693 694 |
# File 'lib/personify/parser/personify.rb', line 692 def first_expression elements[0] end |
#next_expression ⇒ Object
708 709 710 |
# File 'lib/personify/parser/personify.rb', line 708 def next_expression elements[4] end |
#operator ⇒ Object
700 701 702 |
# File 'lib/personify/parser/personify.rb', line 700 def operator elements[2] end |
#space1 ⇒ Object
696 697 698 |
# File 'lib/personify/parser/personify.rb', line 696 def space1 elements[1] end |
#space2 ⇒ Object
704 705 706 |
# File 'lib/personify/parser/personify.rb', line 704 def space2 elements[3] end |