Commit 479df23b authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

puts should return nil; close #215

parent 28b9619b
...@@ -30,6 +30,7 @@ module Kernel ...@@ -30,6 +30,7 @@ module Kernel
i += 1 i += 1
end end
__printstr__ "\n" if len == 0 __printstr__ "\n" if len == 0
nil
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