るりまサーチ (Ruby 2.7.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.055秒)
トップページ > 種類:変数[x] > バージョン:2.7.0[x] > クエリ:english[x] > クエリ:$argv[x] > モジュール:Kernel[x]

別のキーワード

  1. english $ors
  2. english $nr
  3. english $rs
  4. english $match

ライブラリ

検索結果

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

$* の別名

$* の別名

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

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