Class: Eqn::Terminal::Op::Sub
- Defined in:
- lib/eqn/terminal.rb
Instance Method Summary collapse
Instance Method Details
#left_associative? ⇒ Boolean
45 46 47 |
# File 'lib/eqn/terminal.rb', line 45 def left_associative? true end |
#value ⇒ Object
49 50 51 |
# File 'lib/eqn/terminal.rb', line 49 def value '-' end |