Method: BOAST::Arithmetic#===

Defined in:
lib/BOAST/Arithmetic.rb

#===(x) ⇒ Object



4
5
6
# File 'lib/BOAST/Arithmetic.rb', line 4

def ===(x)
  return BOAST::Expression::new(BOAST::Affectation,self,x)
end