るりまサーチ

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

別のキーワード

  1. kernel $fs
  2. kernel $stdin
  3. kernel $defs
  4. kernel $argv
  5. kernel $11

ライブラリ

検索結果

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

$* の別名

...
$
* の別名

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

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