summaryrefslogtreecommitdiff
path: root/sample/getoptlong/abbrev.rb
diff options
context:
space:
mode:
-rw-r--r--sample/getoptlong/abbrev.rb9
1 files changed, 0 insertions, 9 deletions
@@ -1,9 +0,0 @@
-require 'getoptlong'
-
-options = GetoptLong.new(
- ['--xxx', GetoptLong::NO_ARGUMENT],
- ['--xyz', GetoptLong::NO_ARGUMENT]
-)
-options.each do |option, argument|
- p [option, argument]
-end