Add Enumerator support to `String#each_byte`.
`String#each_byte` is not defined in ISO Ruby but it is implemented in the core mruby because it's useful.
Showing
Please register or sign in to comment
`String#each_byte` is not defined in ISO Ruby but it is implemented in the core mruby because it's useful.