aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ruby/argv.rb
diff options
context:
space:
mode:
authorBurdetteLamar <burdettelamar@yahoo.com>2021-03-29 14:03:04 -0500
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-07-28 20:13:38 +0900
commit8844eba4882e2a1627d26ea54a481b582640f739 (patch)
tree92e70104a5f188eff6636125183aee371133565a /doc/ruby/argv.rb
parent59a65f2d2402e0d34d9232236f152d62e74f9483 (diff)
downloadruby-8844eba4882e2a1627d26ea54a481b582640f739.tar.gz
[ruby/optparse] Beginnings of tutorial
https://github.com/ruby/optparse/commit/f209276f79
Diffstat (limited to 'doc/ruby/argv.rb')
-rw-r--r--doc/ruby/argv.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ruby/argv.rb b/doc/ruby/argv.rb
new file mode 100644
index 0000000000..12495cfa1f
--- /dev/null
+++ b/doc/ruby/argv.rb
@@ -0,0 +1,2 @@
+p ARGV
+