るりまサーチ

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

別のキーワード

  1. kernel $7
  2. kernel $stdout
  3. kernel $10
  4. kernel $pid
  5. kernel $safe

ライブラリ

モジュール

検索結果

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

$* の別名

...
$
* の別名

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

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