mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[ruby/etc] [DOC] Missing constant
https://github.com/ruby/etc/commit/a39e982129
This commit is contained in:
parent
1e1da75031
commit
12e78fbfcd
@ -1118,6 +1118,7 @@ Init_etc(void)
|
||||
RB_EXT_RACTOR_SAFE(true);
|
||||
#endif
|
||||
mEtc = rb_define_module("Etc");
|
||||
/* The version */
|
||||
rb_define_const(mEtc, "VERSION", rb_str_new_cstr(RUBY_ETC_VERSION));
|
||||
init_constants(mEtc);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user