るりまサーチ (Ruby 2.1.0)

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

別のキーワード

  1. mkmf $libs
  2. kernel $6
  3. kernel $4
  4. kernel $5
  5. kernel $3

検索結果

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

$* の別名

...$* の別名

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

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