From 191f8d31c71f43ee2c898bfedec657dd3e00a0f0 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Thu, 13 Apr 2023 16:31:13 +0200 Subject: Fix other non-production offenses - Style/MethodCallWithoutArgsParentheses - Style/StringLiteralsInInterpolation --- test/benchmark.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/benchmark.rb') diff --git a/test/benchmark.rb b/test/benchmark.rb index 7cbffa32..9e651596 100755 --- a/test/benchmark.rb +++ b/test/benchmark.rb @@ -57,7 +57,7 @@ Benchmark.bmbm(30) do |x| end end end - s = p.to_stream() + s = p.to_stream File.binwrite('example_streamed.xlsx', s.read) end -- cgit v1.2.3