lib/io/splice.rb in io_splice-4.4.0 vs lib/io/splice.rb in io_splice-4.4.1
- old
+ new
@@ -87,11 +87,11 @@
end
end
end
rv
- ensure
- close.each { |io| io.close }
+ ensure
+ close.each { |io| io.close }
end
# splice the full amount specified from +src+ to +dst+
# Either +dst+ or +src+ must be a pipe. +dst+ and +src+
# may BOTH be pipes in Linux 2.6.31 or later.