ruby/defs
Jean Boussier 8d05047d72 Add a Module#const_added callback
[Feature #17881]

Works similarly to `method_added` but for constants.

```ruby
Foo::BAR = 42 # call Foo.const_added(:FOO)
class Foo::Baz; end # call Foo.const_added(:Baz)
Foo.autoload(:Something, "path") # call Foo.const_added(:Something)
```
2022-01-14 11:30:07 +01:00
..
gmake.mk Get rid of building main again when test-bundled-gems 2022-01-14 14:54:29 +09:00
id.def Add a Module#const_added callback 2022-01-14 11:30:07 +01:00
keywords keywords: shrink struct kwtable 2018-01-21 09:59:45 +00:00
known_errors.def defs/known_errors.def: update on macOS Mojave Xcode 10.1 2018-11-14 02:27:17 +00:00
lex.c.src keywords: shrink struct kwtable 2018-01-21 09:59:45 +00:00
opt_insn_unif.def setdynamic is obsoleted 2016-04-27 07:11:06 +00:00
opt_operand.def * defs/opt_operand.def: Fix typo 2013-12-22 01:11:07 +00:00
separated_version.mk Fixed misspellings 2019-12-20 09:32:42 +09:00
universal.mk mjit headers for universal binary 2018-02-06 03:19:42 +00:00