summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-06-29 06:49:29 -0700
committerYukihiro "Matz" Matsumoto <[email protected]>2013-06-29 06:49:29 -0700
commitdfb240627fb876ee734bed2be2938b75b9aaa9b0 (patch)
treed3f4bc34a9baa9ed38c913dc35fbf1843f4af3bb /test
parente33249e26712ac054cba4dd92ca1d26e09e1a601 (diff)
parent36fc42e7dbb8511efe316647dbbbdc822a929425 (diff)
downloadmruby-dfb240627fb876ee734bed2be2938b75b9aaa9b0.tar.gz
mruby-dfb240627fb876ee734bed2be2938b75b9aaa9b0.zip
Merge pull request #1304 from iij/pr_nil_methods
add nil.to_a, nil.to_f, nil.to_i methods
Diffstat (limited to 'test')
-rw-r--r--test/t/nil.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/t/nil.rb b/test/t/nil.rb
index 99b1215e9..08d2acdf1 100644
--- a/test/t/nil.rb
+++ b/test/t/nil.rb
@@ -27,4 +27,3 @@ end
assert('NilClass#to_s', '15.2.4.3.5') do
assert_equal nil.to_s, ''
end
-