Unverified Commit 9c994516 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #4790 from shuujii/squeeze-redundant-spaces

Squeeze redundant spaces in `test/t/numeric.rb` [ci skip]
parents 39a0a25f 4b14c463
##
# 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