diff options
| author | Satoshi Tagomori <s-tagomori@sakura.ad.jp> | 2025-11-05 16:09:45 +0900 |
|---|---|---|
| committer | Satoshi Tagomori <tagomoris@gmail.com> | 2025-11-07 13:14:54 +0900 |
| commit | d2a587c79156275f66035d60bcc69882be61a3e1 (patch) | |
| tree | 03d02d662031aa77e1445704c5f01e45bd2baa14 /method.h | |
| parent | aaa1234702f0186b1cd7d2cea136eee20fc82153 (diff) | |
renaming internal data structures and functions from namespace to box
Diffstat (limited to 'method.h')
| -rw-r--r-- | method.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -204,7 +204,7 @@ struct rb_method_definition_struct { ID original_id; uintptr_t method_serial; - const rb_namespace_t *ns; + const rb_box_t *box; }; struct rb_id_table; |
