Bug #6536 ยป 0001-Fix-broken-links-for-Programming-Ruby-book.patch
| lib/drb/drb.rb | ||
|---|---|---|
| # [http://www.eng.cse.dmu.ac.uk/~hgs/ruby/dRuby/] | ||
| #   Links to English-language Ruby material collected by Hugh Sasse. | ||
| # | ||
| # [http://www.rubycentral.com/book/ospace.html] | ||
| # [http://www.ruby-doc.org/docs/ProgrammingRuby/html/ospace.html] | ||
| #   The chapter from *Programming* *Ruby* by Dave Thomas and Andy Hunt | ||
| #   which discusses dRuby. | ||
| # | ||
| lib/observer.rb | ||
|---|---|---|
| # | ||
| # Implementation of the _Observer_ object-oriented design pattern.  The | ||
| # following documentation is copied, with modifications, from "Programming | ||
| # Ruby", by Hunt and Thomas; http://www.rubycentral.com/book/lib_patterns.html. | ||
| # Ruby", by Hunt and Thomas; http://www.ruby-doc.org/docs/ProgrammingRuby/html/lib_patterns.html. | ||
| # | ||
| # See Observable for more info. | ||