diff options
-rw-r--r-- | sample/getoptlong/abbrev.rb | 9 |
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 |