最速Rubyリファレンスマニュアル検索!
すべて(11)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
2.7.0(1)
3.0(1)
3.1(1)
3.2(1)
3.3(1)
11件ヒット
[1-11件を表示]
(0.011秒)
トップページ
>
:$argv
別のキーワード
kernel $argv
kernel $6
kernel $7
kernel $3
english $argv
ライブラリ
English
(11)
モジュール
Kernel
(11)
検索結果
先頭1件
Kernel
$
$
ARGV -> [String]
Kernel
$
$
ARGV -> [String]
(6107.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
2.7.0
3.0
3.1
3.2
3.3
変数
$* の別名
...
$* の別名
require "English"
p
$ARGV
# end of sample.rb
ruby sample.rb 31 /home/hoge/fuga.txt
#=> ["31", "/home/hoge/fuga.txt"]
...
Kernel