Skip to content

Commit

Permalink
io.c: [DOC] IO#gets [skip ci]
Browse files Browse the repository at this point in the history
* io.c (rb_io_gets_m): [DOC] add example using limit argument.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Nov 8, 2015
1 parent fdc4f68 commit eb28bd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions io.c
Original file line number Diff line number Diff line change
Expand Up @@ -3292,6 +3292,8 @@ rb_io_gets(VALUE io)
* File.new("testfile").gets #=> "This is line one\n"
* $_ #=> "This is line one\n"
*
* File.new("testfile").gets(4)#=> "This"
*
* If IO contains multibyte characters byte then <code>gets(1)</code>
* returns character entirely:
*
Expand Down

0 comments on commit eb28bd8

Please sign in to comment.