るりまサーチ

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

別のキーワード

  1. rss title=
  2. rss date=
  3. rss link=
  4. rss description=
  5. rss content=

ライブラリ

モジュール

検索結果

Kernel$$DEFAULT_INPUT -> IO (24213.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"
......