summaryrefslogtreecommitdiff
path: root/variable.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-12-12 19:47:34 +0900
committerNobuyoshi Nakada <[email protected]>2024-12-25 19:12:31 +0900
commite5e4db1748d09635c6b20c3b880e5b55d84f7dea ()
tree74a24278fe544325fe6ed536b2d51fd5488c9a98 /variable.c
parent7f738bb5d7030979469be1e28b8ddd8ef0687733 (diff)
[Feature #20884] Define toplevel "Ruby" module with constants
Notes: Merged: https://.com/ruby/ruby/pull/12451
-rw-r--r--variable.c3
1 files changed, 0 insertions, 3 deletions
@@ -3626,9 +3626,6 @@ const_set(VALUE klass, ID id, VALUE val)
}
}
}
- if (klass == rb_cObject && id == idRuby) {
- rb_warn_reserved_name_at(3.5, "::Ruby");
- }
}
void