Merge pull request #12201 from FnControlOption/patch-10
mktemp: delete invalid default prefix argument
This commit is contained in:
commit
3ca46c7cb5
@ -11,7 +11,7 @@ class Mktemp
|
|||||||
# Path to the tmpdir used in this run, as a {Pathname}.
|
# Path to the tmpdir used in this run, as a {Pathname}.
|
||||||
attr_reader :tmpdir
|
attr_reader :tmpdir
|
||||||
|
|
||||||
def initialize(prefix = name, opts = {})
|
def initialize(prefix, opts = {})
|
||||||
@prefix = prefix
|
@prefix = prefix
|
||||||
@retain = opts[:retain]
|
@retain = opts[:retain]
|
||||||
@quiet = false
|
@quiet = false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user