Actions
Feature #5552
closedArray#ljust, Array#rjust
Feature #5552:
Array#ljust, Array#rjust
Status:
Rejected
Assignee:
-
Target version:
-
Description
I propose the following methods Array#ljust(length [, pad]), Array#rjust(length [, pad]), whose behaviour is analogous to String#ljust(length [, padstr]), String#rjust(length [, padstr]).
Actions