るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.007秒)

別のキーワード

  1. kernel $6
  2. kernel $2
  3. kernel $5
  4. kernel $8
  5. kernel $7

ライブラリ

検索結果

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

$* の別名

...$* の別名

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

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