るりまサーチ

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

別のキーワード

  1. english $ofs
  2. kernel $8
  3. kernel $9
  4. kernel $6
  5. kernel $7

ライブラリ

検索結果

Kernel$$DEFAULT_INPUT -> IO (24214.0)

$< の別名

...$< の別名

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

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