diff options
| author | KOBAYASHI Shuji <[email protected]> | 2019-02-01 16:02:01 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2019-02-01 16:02:01 +0900 |
| commit | 6da3cd5d2296b9cd205772851f0a30e3af730c70 (patch) | |
| tree | 74907da11a23c48cc1c1ffffb1d38676a68fe88a /mrbgems/mruby-array-ext | |
| parent | 32067b500592d10a6458cdb273c42a5ebdb4fbf9 (diff) | |
| download | mruby-6da3cd5d2296b9cd205772851f0a30e3af730c70.tar.gz mruby-6da3cd5d2296b9cd205772851f0a30e3af730c70.zip | |
Move `NONE` to `mrblib/enum.rb`
Diffstat (limited to 'mrbgems/mruby-array-ext')
| -rw-r--r-- | mrbgems/mruby-array-ext/mrblib/array.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mrbgems/mruby-array-ext/mrblib/array.rb b/mrbgems/mruby-array-ext/mrblib/array.rb index 6096696cb..387bd6c90 100644 --- a/mrbgems/mruby-array-ext/mrblib/array.rb +++ b/mrbgems/mruby-array-ext/mrblib/array.rb @@ -266,7 +266,6 @@ class Array self end - NONE=Object.new ## # call-seq: # ary.fetch(index) -> obj |
