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