ActionsLike0
Bug #9029
closeddoc of ARGF.gets
Description
rdoc of ARGF.gets says ARGF.gets return string only, but it may return nil.
doc of rb_f_gets:
- call-seq:
-
gets(sep=$/) -> string or nil
-
gets(limit) -> string or nil
-
gets(sep,limit) -> string or nil
doc of argf_gets:
- call-seq:
-
ARGF.gets(sep=$/) -> string
-
ARGF.gets(limit) -> string
-
ARGF.gets(sep, limit) -> string
Added by zzak (zzak _) over 11 years ago
ActionsLike0
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e