mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
ec3aeede20
Unlike CRuby, there's no way to process strings byte-wise by core methods because there's no per string encoding in mruby, so that we moved 3 byte-wise operation methods from `mruby-string-ext` gem.