aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tutorial/argv.rb
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2021-04-06 13:55:21 -0500
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-04-08 12:11:32 +0900
commitfe72cff487283dbaadb9757e74f00291d772cb6f (patch)
tree17f23b59af67fee6f73a42c6e49c209343ba3152 /doc/tutorial/argv.rb
parent2b66b224793915adb8ed27308e9db26fc273635b (diff)
downloadruby-fe72cff487283dbaadb9757e74f00291d772cb6f.tar.gz
[ruby/optparse] More on tutorial (#9)
* More on tutorial: clearer example output https://github.com/ruby/optparse/commit/84dfd92d2a
Diffstat (limited to 'doc/tutorial/argv.rb')
-rw-r--r--doc/tutorial/argv.rb2
1 files changed, 2 insertions, 0 deletions
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
+