Commit 4b14c463 authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

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

parent b4262972
##
# 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment