Mega Code Archive

 
Categories / Ruby / Language Basics
 

If x is non-nil

if x       # If x is non-nil   puts x   # Then print it end