るりまサーチ (Ruby 2.4.0)

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

別のキーワード

  1. kernel $fs
  2. kernel $7
  3. kernel $6
  4. kernel $safe
  5. kernel $libs

ライブラリ

検索結果

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

$* の別名

$* の別名

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

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