diff options
Diffstat (limited to 'doc/ruby/regexp.rb')
-rw-r--r-- | doc/ruby/regexp.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/ruby/regexp.rb b/doc/ruby/regexp.rb deleted file mode 100644 index 6aba45ce76..0000000000 --- a/doc/ruby/regexp.rb +++ /dev/null @@ -1,6 +0,0 @@ -require 'optparse' -parser = OptionParser.new -parser.on('--regexp=REGEXP', Regexp) do |value| - p [value, value.class] -end -parser.parse! |