Commit 509dbf9b authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #512 from iij/pr-printf-return-value

IO.printf returns nil on CRuby
parents 4d1a8718 83a31f71
......@@ -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