Commit 83a31f71 authored by Tomoyuki Sahara's avatar Tomoyuki Sahara

IO.printf returns nil on CRuby

parent cfc1269d
......@@ -74,6 +74,7 @@ module Kernel
def printf(*args)
__printstr__(sprintf(*args))
nil
end
end
end
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