mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
483c155a41
Restore MRB_ARGS_* argument specs and ISO section comments to all 709 ROM method table entries. The aspec is encoded in bits 4-27 of the flags field; MRB_MT_NOARG is now auto-derived from aspec==0. Add MRB_MT_ENTRY_PRIVATE() macro for private methods (53 entries) and MRB_MT_ASPEC() accessor for extracting aspec from flags. Co-authored-by: Claude <noreply@anthropic.com>