Mega Code Archive
Categories
/
Ruby
/
String
One space longer than the word
"four".center(5) # => "four " "four".center(6) # => " four "