mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
ada229d2b0
The NOARG flag (bit 2) is now redundant since the full aspec is stored in bits 4+ of the flags field. Replace the dedicated bit check with aspec==0 check. Store aspec in define_method_id() for dynamically defined methods too. Co-authored-by: Claude <noreply@anthropic.com>