Justify Left « String « Ruby






1.Call ljust and rjust methods with an argument that is less than or equal to the length of the string
2.The added whitespace is calculated based on the length of the string plus the value of the argument.