Squeeze redundant spaces in test/t/numeric.rb [ci skip]

This commit is contained in:
KOBAYASHI Shuji
2019-10-25 19:39:31 +09:00
parent b4262972dc
commit 4b14c4633a
+1 -1
View File
@@ -1,7 +1,7 @@
##
# Numeric ISO Test
def assert_step(exp, receiver, args, inf: false)
def assert_step(exp, receiver, args, inf: false)
act = []
ret = receiver.step(*args) do |i|
act << i