mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
[ruby/strscan] [DOC] no doc for internal methods
https://github.com/ruby/strscan/commit/5614095d9c
This commit is contained in:
parent
439ca0432e
commit
ae7415c27e
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user