mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
981105b3e6
- String#ljust and String#rjust are now C functions to improve performance - infinite loop because of an empty padding argument is now prevented (ArgumentError is raised) - extra tests for ljust/rjust added