From a553fd5e857a4722b0a8064ff114161685054b7e Mon Sep 17 00:00:00 2001 From: Parth Sharma <86726240+parth-deepsource@users.noreply.github.com> Date: Tue, 16 Nov 2021 16:14:46 +0530 Subject: [PATCH] Update code.rb --- code.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code.rb b/code.rb index 462b547..ddffe13 100644 --- a/code.rb +++ b/code.rb @@ -5,7 +5,7 @@ # encoding: ascii # Raises "use of deprecated BigDecimal.new" -a = { 'hello' => 'world', 'testing' => BigDecimal.new(123.456, 3) } +a = { 'hello' => 'world ', 'testing' => BigDecimal.new(123.456, 3) } # Raises "`while`/`until` detected in `begin` block" begin