るりまサーチ

最速Rubyリファレンスマニュアル検索!
112件ヒット [101-112件を表示] (0.189秒)

別のキーワード

  1. kernel require
  2. getoptlong require_order
  3. rubygems/custom_require require
  4. irb/ext/use-loader irb_require
  5. require execute

ライブラリ

クラス

モジュール

キーワード

検索結果

<< < 1 2 >>

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

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

...いるオブジェクトでなければなりません。

使用例:

require
'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)...
<< < 1 2 >>