diff options
author | Burdette Lamar <[email protected]> | 2021-04-09 08:21:34 -0500 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2021-04-11 08:52:50 +0900 |
commit | c795f30ef00e5d428b4ffaf95e91d61f4a26a505 (patch) | |
tree | d287c0292e4a25859a241e648242be09a9e4c4c7 /doc/tutorial/argv.rb | |
parent | 97abd0f6afeeab287b371e9ccc5dd28a33d13a83 (diff) |
[ruby/optparse] Reorganize Ruby example files for sharing (#14)
https://github.com/ruby/optparse/commit/9a2352c1c9
Diffstat (limited to 'doc/tutorial/argv.rb')
-rw-r--r-- | doc/tutorial/argv.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/tutorial/argv.rb b/doc/tutorial/argv.rb deleted file mode 100644 index 12495cfa1f..0000000000 --- a/doc/tutorial/argv.rb +++ /dev/null @@ -1,2 +0,0 @@ -p ARGV - |