[ruby/strscan] [DOC] no doc for internal methods

https://github.com/ruby/strscan/commit/5614095d9c
This commit is contained in:
Nobuyoshi Nakada 2025-11-05 19:04:12 +09:00 committed by git
parent 439ca0432e
commit ae7415c27e

View File

@ -1278,6 +1278,7 @@ strscan_must_ascii_compat(VALUE str)
rb_must_asciicompat(str);
}
/* :nodoc: */
static VALUE
strscan_scan_base10_integer(VALUE self)
{
@ -1315,6 +1316,7 @@ strscan_scan_base10_integer(VALUE self)
return strscan_parse_integer(p, 10, len);
}
/* :nodoc: */
static VALUE
strscan_scan_base16_integer(VALUE self)
{