We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9aadc6 commit 482b530Copy full SHA for 482b530
doc/syntax/calling_methods.rdoc
@@ -291,14 +291,14 @@ override local arguments outside the block in the caller's scope:
291
This prints:
292
293
hello main this is block
294
- place is world
+ place is: world
295
296
So the +place+ variable in the block is not the same +place+ variable as
297
outside the block. Removing <code>; place</code> from the block arguments
298
gives this result:
299
300
301
- place is block
+ place is: block
302
303
=== Unpacking Positional Arguments
304
0 commit comments