Method: Nelson::ExpressionBuilder#times
- Defined in:
- lib/nelson/expression_builder.rb
#times(term) ⇒ Object
16 17 18 |
# File 'lib/nelson/expression_builder.rb', line 16 def times(term) MultipicationExpressionBuilder.new(self, term) end |