るりまサーチ

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

別のキーワード

  1. kernel $ofs
  2. kernel $3
  3. kernel $fs
  4. kernel $rs
  5. kernel $10

ライブラリ

検索結果

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

$* の別名

...
$
* の別名

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

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