mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
0a8a7bb329
Moved IO#ungetbyte from Ruby to C implementation to eliminate boundary crossing overhead and avoid temporary string allocations. Added io_unget_data helper function to handle raw data operations efficiently. Co-authored-by: Claude <noreply@anthropic.com>