We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3531fe1 commit 1d7d706Copy full SHA for 1d7d706
test/assert.rb
@@ -10,7 +10,7 @@ def t_print(*args)
10
len = args.size
11
while i < len
12
str = args[i].to_s
13
- __t_printstr__ str
+ __t_printstr__ str rescue print str
14
i += 1
15
end
16
0 commit comments