るりまサーチ (Ruby 3.3)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.007秒)
トップページ > バージョン:3.3[x] > クエリ:$ARGV[x]

別のキーワード

  1. kernel $6
  2. kernel $8
  3. kernel $7
  4. kernel $9
  5. kernel $1

ライブラリ

モジュール

検索結果

Kernel$$ARGV -> [String] (54322.0)

$* の別名

$* の別名

require "English"
p $ARGV
# end of sample.rb

ruby sample.rb 31 /home/hoge/fuga.txt
#=> ["31", "/home/hoge/fuga.txt"]