diff options
| author | Akira Yumiyama <[email protected]> | 2013-06-25 20:16:41 +0900 |
|---|---|---|
| committer | Akira Yumiyama <[email protected]> | 2013-06-28 10:01:07 +0900 |
| commit | 36fc42e7dbb8511efe316647dbbbdc822a929425 (patch) | |
| tree | ee506121c706d7c24d9f0c3b4be3c26689c30ed4 /test | |
| parent | ec9fdd5c4ca8cfc31b96048124c1925d2e20698e (diff) | |
| download | mruby-36fc42e7dbb8511efe316647dbbbdc822a929425.tar.gz mruby-36fc42e7dbb8511efe316647dbbbdc822a929425.zip | |
add nil.to_a, nil.to_f, nil.to_i methods
Diffstat (limited to 'test')
| -rw-r--r-- | test/t/nil.rb | 1 |
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 - |
