Method: BOAST::Arithmetic#==

Defined in:
lib/BOAST/Arithmetic.rb

#==(x) ⇒ Object



12
13
14
# File 'lib/BOAST/Arithmetic.rb', line 12

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