11 12 13 14
# File 'lib/nelson/expression_builder.rb', line 11 def and(term) terms << term return self end