From fe72cff487283dbaadb9757e74f00291d772cb6f Mon Sep 17 00:00:00 2001 From: Burdette Lamar Date: Tue, 6 Apr 2021 13:55:21 -0500 Subject: [ruby/optparse] More on tutorial (#9) * More on tutorial: clearer example output https://github.com/ruby/optparse/commit/84dfd92d2a --- doc/tutorial/argv.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 doc/tutorial/argv.rb (limited to 'doc/tutorial/argv.rb') diff --git a/doc/tutorial/argv.rb b/doc/tutorial/argv.rb new file mode 100644 index 0000000000..12495cfa1f --- /dev/null +++ b/doc/tutorial/argv.rb @@ -0,0 +1,2 @@ +p ARGV + -- cgit v1.2.3