Method: BOAST::Arithmetic#<

Defined in:
lib/BOAST/Arithmetic.rb

#<(x) ⇒ Object



24
25
26
# File 'lib/BOAST/Arithmetic.rb', line 24

def <(x)
  return BOAST::Expression::new("<",self,x)
end