るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.089秒)
トップページ > クエリ:$argv[x] > ライブラリ:English[x] > モジュール:Kernel[x]

別のキーワード

  1. kernel $argv
  2. kernel $1
  3. kernel $5
  4. kernel $4
  5. kernel $7

検索結果

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

$* の別名

...$* の別名

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

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