Skip to content

Commit abf3056

Browse files
BurdetteLamarmatzbot
authored andcommitted
[ruby/stringio] [DOC] Doc for StringIO.size
(ruby/stringio#171) ruby/stringio@95a111017a
1 parent b5c9269 commit abf3056

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/stringio/stringio.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1843,10 +1843,10 @@ strio_syswrite_nonblock(int argc, VALUE *argv, VALUE self)
18431843

18441844
/*
18451845
* call-seq:
1846-
* strio.length -> integer
1847-
* strio.size -> integer
1846+
* size -> integer
1847+
*
1848+
* :include: stringio/size.rdoc
18481849
*
1849-
* Returns the size of the buffer string.
18501850
*/
18511851
static VALUE
18521852
strio_size(VALUE self)

0 commit comments

Comments
 (0)