mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
4bb252e2ff
The `mruby-hash-ext` gem already had `call-seq` comments for its public methods, but the internal helper functions `slice_bang_i` and `hash_key_i` were undocumented. This commit adds detailed comments to these functions, explaining their purpose, parameters, and return values. This improves the maintainability and readability of the code. Co-authored-by: Gemini <gemini@google.com>