るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.086秒)
トップページ > クエリ:r[x] > クエリ:$ARGV[x]

別のキーワード

  1. _builtin to_r
  2. open3 pipeline_r
  3. matrix elements_to_r
  4. fileutils rm_r
  5. fileutils cp_r

ライブラリ

モジュール

検索結果

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

$* の別名

...$* の別名

r
equire "English"
p $ARGV
# end of sample.rb

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