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