Class: Eqn::Terminal::Op::Mul
- Defined in:
- lib/eqn/terminal.rb
Instance Method Summary collapse
Instance Method Details
#left_associative? ⇒ Boolean
55 56 57 |
# File 'lib/eqn/terminal.rb', line 55 def left_associative? false end |
#value ⇒ Object
59 60 61 |
# File 'lib/eqn/terminal.rb', line 59 def value '*' end |