diff options
Diffstat (limited to 'io.c')
| -rw-r--r-- | io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8976,9 +8976,9 @@ argf_getc(VALUE argf) * * ARGF.getbyte #=> 102 * ARGF.getbyte #=> 111 + * ARGF.getbyte #=> 111 * ARGF.getbyte #=> 10 * ARGF.getbyte #=> nil - * ARGF.getbyte #=> nil */ static VALUE argf_getbyte(VALUE argf) |
