mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
1d8456fe7d
In the old implementation, `Kernel#printf` raise error if `mruby-sprintf` gem isn't specified before `mruby-print` gem. The new implementation eliminates this ordering issue. This way is the same as `Kernel#printf` and `IO#printf` in `mruby-io` gem.