From fb85a428605265a8fd449b0702a4dd88cb6f3b20 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Tue, 7 May 2019 12:52:24 +0200 Subject: Add an optional `inherit` argument to Module#autoload? [Feature #15777] Closes: https://github.com/ruby/ruby/pull/2173 --- internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'internal.h') diff --git a/internal.h b/internal.h index b1e6aec0dd..7443278a0f 100644 --- a/internal.h +++ b/internal.h @@ -2200,6 +2200,7 @@ VALUE rb_search_class_path(VALUE); VALUE rb_attr_delete(VALUE, ID); VALUE rb_ivar_lookup(VALUE obj, ID id, VALUE undef); void rb_autoload_str(VALUE mod, ID id, VALUE file); +VALUE rb_autoload_at_p(VALUE, ID, VALUE); void rb_deprecate_constant(VALUE mod, const char *name); NORETURN(VALUE rb_mod_const_missing(VALUE,VALUE)); rb_gvar_getter_t *rb_gvar_getter_function_of(const struct rb_global_entry *); -- cgit v1.2.3