Mega Code Archive

 
Categories / Ruby / Language Basics
 

X, y = 1, 2 # Same as x = 1; y = 2

x, y = 1, 2     # Same as x = 1; y = 2