diff options
Diffstat (limited to 'doc/tutorial/argv.rb')
-rw-r--r-- | doc/tutorial/argv.rb | 2 |
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 + |