るりまサーチ

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

別のキーワード

  1. _builtin new
  2. _builtin inspect
  3. _builtin []
  4. _builtin to_s
  5. _builtin each

ライブラリ

クラス

検索結果

Net::POP3#set_debug_output(f) -> () (21173.0)

デバッグ用の出力 f をセットします。

...net/pop'

pop
= Net::POP3.new('pop.example.com', 110)
pop
.set_debug_output $stderr
pop
.start('YourAccount', 'YourPassword') {
p pop.n_bytes
}

実行結果:

POP
session started: pop.example.com:110 (POP)
-> "+OK popd <1162042773.26346.155555a1861c@pop.example.com>\r\n"
<- "APOP Yo...