るりまサーチ (Ruby 3.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.016秒)
トップページ > クエリ:$argv[x] > 種類:変数[x] > バージョン:3.0[x] > ライブラリ:English[x]

別のキーワード

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

モジュール

検索結果

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

$* の別名

...$* の別名

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

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