Fix warning: '*' interpreted as argument prefix

This commit is contained in:
KOBAYASHI Shuji
2019-03-31 14:52:18 +09:00
parent 19537b103c
commit 9b024dcf7a
+1 -1
View File
@@ -8,7 +8,7 @@ $test_start = Time.now if Object.const_defined?(:Time)
unless RUBY_ENGINE == "mruby"
# For bintest on Ruby
def t_print(*args)
print *args
print(*args)
$stdout.flush
nil
end