summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-array-ext
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2019-02-06 20:18:45 +0900
committerGitHub <[email protected]>2019-02-06 20:18:45 +0900
commit1076bebde77922766d75a440f9dc3352c467f772 (patch)
tree2586c98bb5be745e0cfeb92c6adcf519b6c10c64 /mrbgems/mruby-array-ext
parentcb8bbd9e12526b9d0be673afb54ad1ba9270858a (diff)
parent6da3cd5d2296b9cd205772851f0a30e3af730c70 (diff)
downloadmruby-1076bebde77922766d75a440f9dc3352c467f772.tar.gz
mruby-1076bebde77922766d75a440f9dc3352c467f772.zip
Merge pull request #4256 from shuujii/move-none-to-mrblib-enum
Move `NONE` to `mrblib/enum.rb`
Diffstat (limited to 'mrbgems/mruby-array-ext')
-rw-r--r--mrbgems/mruby-array-ext/mrblib/array.rb1
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