add nil.to_a, nil.to_f, nil.to_i methods

This commit is contained in:
Akira Yumiyama
2013-06-25 20:16:41 +09:00
committed by Akira Yumiyama
parent ec9fdd5c4c
commit 36fc42e7db
6 changed files with 75 additions and 1 deletions
-1
View File
@@ -27,4 +27,3 @@ end
assert('NilClass#to_s', '15.2.4.3.5') do
assert_equal nil.to_s, ''
end