Update to ruby/mspec@f8b0618
This commit is contained in:
parent
69c5474e10
commit
acbe7aa197
@ -85,7 +85,3 @@ def new_io(name, mode = "w:utf-8")
|
|||||||
File.new(name, mode)
|
File.new(name, mode)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def find_unused_fd
|
|
||||||
Dir.entries("/dev/fd").map(&:to_i).max + 1
|
|
||||||
end
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user