Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > uriライブラリ > URI::MailToクラス > headers=
headers=(s)
自身のヘッダーを文字列で設定します。
例:
m = URI.parse("mailto:nospam@example.com") m.headers = URI.escape("subject=hello hello")