Module: Equation::Multitive0
- Defined in:
- lib/equation_grammar.rb
Instance Method Summary collapse
Instance Method Details
#operand ⇒ Object
688 689 690 |
# File 'lib/equation_grammar.rb', line 688 def operand elements[3] end |
#operator ⇒ Object
680 681 682 |
# File 'lib/equation_grammar.rb', line 680 def operator elements[1] end |
#space1 ⇒ Object
676 677 678 |
# File 'lib/equation_grammar.rb', line 676 def space1 elements[0] end |
#space2 ⇒ Object
684 685 686 |
# File 'lib/equation_grammar.rb', line 684 def space2 elements[2] end |