るりまサーチ

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

別のキーワード

  1. _builtin to_a
  2. matrix to_a
  3. to_a
  4. dbm to_a
  5. argf.class to_a

ライブラリ

モジュール

検索結果

Kernel$$DEFAULT_INPUT -> IO (27307.0)

$< の別名

...$< の別名

r
equire "English"
while line = $DEFAULT_INPUT.gets
p line
end
# end of sample.rb

r
uby sample.rb < /etc/passwd
# => "hoge:x:500:501::/home/hoge:/bin/bash\n"
......