Mega Code Archive

 
Categories / Ruby / String
 

String from right inplace

fear = "             F                  " p fear.rstrip!  puts fear