From 6e215fa74d047a2d281a5b1caa891579198f7313 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Thu, 13 Apr 2023 17:16:49 +0200 Subject: Fix non-production Style/NumericLiterals offenses --- test/profile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/profile.rb') diff --git a/test/profile.rb b/test/profile.rb index a81c813b..7b671831 100755 --- a/test/profile.rb +++ b/test/profile.rb @@ -13,7 +13,7 @@ input = (32..126).to_a.pack('U*').chars.to_a profile = RubyProf.profile do p = Axlsx::Package.new p.workbook.add_worksheet do |sheet| - 10000.times do + 10_000.times do sheet << row end end -- cgit v1.2.3