るりまサーチ

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

別のキーワード

  1. english $argv
  2. english $nr
  3. english $ors
  4. english $pid
  5. english $rs

ライブラリ

モジュール

検索結果

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

$* の別名

...$* の別名

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

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