minor rdoc typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d4cf669da7
commit
b73610f18f
@ -603,7 +603,7 @@ class IO
|
||||
# If a block is given, the value from that is returned from
|
||||
# the yield is added to an output array.
|
||||
#
|
||||
# "123 456".block_scanf("%d) do |digit,| # the ',' unpacks the Array
|
||||
# "123 456".block_scanf("%d") do |digit,| # the ',' unpacks the Array
|
||||
# digit + 100
|
||||
# end
|
||||
# # => [223, 556]
|
||||
|
Loading…
x
Reference in New Issue
Block a user