summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/class.c b/class.c
index d3cff5f5a9..784942a3da 100644
--- a/class.c
+++ b/class.c
@@ -1276,7 +1276,7 @@ do_include_modules_at(const VALUE klass, VALUE c, VALUE module, int search_super
tbl = RCLASS_CONST_TBL(module);
if (tbl && rb_id_table_size(tbl))
- rb_id_table_foreach(tbl, clear_constant_cache_i, (void *) 0);
+ rb_id_table_foreach(tbl, clear_constant_cache_i, (void *) 0);
skip:
module = RCLASS_SUPER(module);
}