るりまサーチ

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

別のキーワード

  1. kernel $stdin
  2. kernel $libs
  3. kernel $debug
  4. kernel $pid
  5. kernel $ors

ライブラリ

検索結果

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

$* の別名

...$* の別名

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

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