mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Fill undocumented documents
This commit is contained in:
parent
b4dfdb915d
commit
6179cc0118
12 changed files with 103 additions and 3 deletions
|
@ -1988,6 +1988,7 @@ Init_unicode_version(void)
|
|||
VALUE str = rb_usascii_str_new_static(onigenc_unicode_version_string,
|
||||
strlen(onigenc_unicode_version_string));
|
||||
OBJ_FREEZE(str);
|
||||
/* The supported Unicode version. */
|
||||
rb_define_const(rb_cEncoding, "UNICODE_VERSION", str);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue