Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > opensslライブラリ > OpenSSL::Bufferingモジュール > <<

instance method OpenSSL::Buffering#<<

self << s -> self

文字列 s を書き込みます。

IO#<< と同様です。

[PARAM] s:
出力する文字列
module OpenSSL::Buffering