Method: Nelson::ExpressionBuilder#plus

Defined in:
lib/nelson/expression_builder.rb

#plus(term) ⇒ Object



20
21
22
# File 'lib/nelson/expression_builder.rb', line 20

def plus(term)
  AdditionExpressionBuilder.new(self, term)
end