Skip to content

Commit

Permalink
[DOC] Missing constant
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Dec 20, 2023
1 parent 4442542 commit a39e982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/etc/etc.c
Original file line number Diff line number Diff line change
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 a39e982

Please sign in to comment.