From: "zzak (Zachary Scott)" Date: 2013-12-20T23:55:42+09:00 Subject: [ruby-core:59226] [ruby-trunk - Bug #9268][Assigned] dead link to raa Issue #9268 has been updated by zzak (Zachary Scott). Status changed from Open to Assigned Target version set to current: 2.1.0 Thank you for the report! ---------------------------------------- Bug #9268: dead link to raa https://bugs.ruby-lang.org/issues/9268#change-43779 Author: znz (Kazuhiro NISHIYAMA) Status: Assigned Priority: Normal Assignee: zzak (Zachary Scott) Category: doc Target version: current: 2.1.0 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/