diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-11-05 19:04:12 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-11-05 10:07:20 +0000 |
| commit | ae7415c27ec08dfc74346e6bf0ffc2e4636332c2 (patch) | |
| tree | 9efbfd83f2390787509db73031232c0114bd2d6c | |
| parent | 439ca0432e669f7cc4f884bcbafeef53aa948b93 (diff) | |
[ruby/strscan] [DOC] no doc for internal methods
https://github.com/ruby/strscan/commit/5614095d9c
| -rw-r--r-- | ext/strscan/strscan.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/strscan/strscan.c b/ext/strscan/strscan.c index 8fa41e646b..d63897dc61 100644 --- a/ext/strscan/strscan.c +++ b/ext/strscan/strscan.c @@ -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) { |
