るりまサーチ (Ruby 3.1)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.079秒)
トップページ > クエリ:i[x] > クエリ:end[x] > ライブラリ:English[x] > クエリ:$ARGV[x] > バージョン:3.1[x]

別のキーワード

  1. _builtin end
  2. ripper end_seen?
  3. _builtin exclude_end?
  4. _builtin end_with?
  5. zlib end

モジュール

検索結果

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

$* の別名

...$* の別名

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

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