From: "znz (Kazuhiro NISHIYAMA)" Date: 2013-12-20T23:48:09+09:00 Subject: [ruby-core:59225] [ruby-trunk - Bug #9268][Open] dead link to raa Issue #9268 has been reported by znz (Kazuhiro NISHIYAMA). ---------------------------------------- Bug #9268: dead link to raa https://bugs.ruby-lang.org/issues/9268 Author: znz (Kazuhiro NISHIYAMA) Status: Open Priority: Normal Assignee: zzak (Zachary Scott) Category: doc Target version: ruby -v: r44304 Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN In lib/net/smtp.rb: # == What is This Library NOT? # # This library does NOT provide functions to compose internet mails. # You must create them by yourself. If you want better mail support, # try RubyMail or TMail. You can get both libraries from RAA. # (http://www.ruby-lang.org/en/raa.html) and example in lib/open-uri.rb: # open("http://www.ruby-lang.org/en/raa.html", :proxy => nil) {|f| # # ... # } -- http://bugs.ruby-lang.org/