Module: Equation::Multitive0
- Defined in:
- lib/equation_grammar.rb
Instance Method Summary collapse
Instance Method Details
#operand ⇒ Object
696 697 698 |
# File 'lib/equation_grammar.rb', line 696 def operand elements[3] end |
#operator ⇒ Object
688 689 690 |
# File 'lib/equation_grammar.rb', line 688 def operator elements[1] end |
#space1 ⇒ Object
684 685 686 |
# File 'lib/equation_grammar.rb', line 684 def space1 elements[0] end |
#space2 ⇒ Object
692 693 694 |
# File 'lib/equation_grammar.rb', line 692 def space2 elements[2] end |