Skip to content

Commit

Permalink
[ruby/etc] [DOC] Missing constant
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu authored and hsbt committed Dec 25, 2023
1 parent 1e1da75 commit 12e78fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/etc/etc.c
Expand Up @@ -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);

Expand Down

0 comments on commit 12e78fb

Please sign in to comment.