Skip to content

Commit ae7415c

Browse files
nobumatzbot
authored andcommitted
[ruby/strscan] [DOC] no doc for internal methods
ruby/strscan@5614095d9c
1 parent 439ca04 commit ae7415c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/strscan/strscan.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,6 +1278,7 @@ strscan_must_ascii_compat(VALUE str)
12781278
rb_must_asciicompat(str);
12791279
}
12801280

1281+
/* :nodoc: */
12811282
static VALUE
12821283
strscan_scan_base10_integer(VALUE self)
12831284
{
@@ -1315,6 +1316,7 @@ strscan_scan_base10_integer(VALUE self)
13151316
return strscan_parse_integer(p, 10, len);
13161317
}
13171318

1319+
/* :nodoc: */
13181320
static VALUE
13191321
strscan_scan_base16_integer(VALUE self)
13201322
{

0 commit comments

Comments
 (0)