るりまサーチ (Ruby 2.2.0)

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

別のキーワード

  1. dir home
  2. _builtin home
  3. gem set_home
  4. rubygems set_home
  5. installer gem_home

ライブラリ

モジュール

検索結果

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

$* の別名

$* の別名

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

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