るりまサーチ

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

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. fiddle type_ptrdiff_t
  4. fiddle align_intptr_t
  5. fiddle type_uintptr_t

ライブラリ

モジュール

検索結果

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