puts should return nil; close #215

This commit is contained in:
Yukihiro Matsumoto
2012-06-03 15:58:15 +09:00
parent 28b9619bb4
commit 479df23bc0
+1
View File
@@ -30,6 +30,7 @@ module Kernel
i += 1
end
__printstr__ "\n" if len == 0
nil
end
##