summaryrefslogtreecommitdiff
path: root/doc/ruby/array.rb
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ruby/array.rb')
-rw-r--r--doc/ruby/array.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/ruby/array.rb b/doc/ruby/array.rb
deleted file mode 100644
index 7c6c14fad4..0000000000
--- a/doc/ruby/array.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-require 'optparse'
-parser = OptionParser.new
-parser.on('--array=ARRAY', Array) do |value|
- p [value, value.class]
-end
-parser.parse!