mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix float parenthese warning
This commit is contained in:
+1
-1
@@ -141,5 +141,5 @@ end
|
||||
|
||||
assert('Float#truncate', '15.2.9.3.15') do
|
||||
assert_equal 3.123456789.truncate, 3
|
||||
assert_equal -3.1.truncate, -3
|
||||
assert_equal(-3.1.truncate, -3)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user