mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Rename an argument name to avoid a potential clash.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ec827b7112
commit
80a319d347
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ class Tempfile < SimpleDelegator
|
||||||
#
|
#
|
||||||
# If you don't explicitly unlink the temporary file, the removal
|
# If you don't explicitly unlink the temporary file, the removal
|
||||||
# will be delayed until the object is finalized.
|
# will be delayed until the object is finalized.
|
||||||
def close(unlink=false)
|
def close(unlink_now=false)
|
||||||
if unlink
|
if unlink_now
|
||||||
close!
|
close!
|
||||||
else
|
else
|
||||||
_close
|
_close
|
||||||
|
|
Loading…
Reference in a new issue