diff options
Diffstat (limited to 'sample/getoptlong/aliases.rb')
| -rw-r--r-- | sample/getoptlong/aliases.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sample/getoptlong/aliases.rb b/sample/getoptlong/aliases.rb deleted file mode 100644 index 895254c6ae..0000000000 --- a/sample/getoptlong/aliases.rb +++ /dev/null @@ -1,8 +0,0 @@ -require 'getoptlong' - -options = GetoptLong.new( - ['--xxx', '-x', '--aaa', '-a', '-p', GetoptLong::NO_ARGUMENT] -) -options.each do |option, argument| - p [option, argument] -end |
