Mega Code Archive

 
Categories / Ruby / Language Basics
 

Operators are actually implemented as method calls

a = 2 b = 3 c = 4 puts (a.*(b)).+(c)