るりまサーチ

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

別のキーワード

  1. _builtin $10
  2. _builtin $safe
  3. _builtin $11
  4. kernel $libs
  5. _builtin $2

ライブラリ

検索結果

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

$* の別名

...
$
* の別名

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

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