aboutsummaryrefslogtreecommitdiffstats
path: root/lib/observer.rb
diff options
context:
space:
mode:
authorgsinclair <gsinclair@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-26 12:53:09 +0000
committergsinclair <gsinclair@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-26 12:53:09 +0000
commit92aee059e87f97b8ea0a56a85196109005702ffe (patch)
treec3ae3eea1afe94983ebca23a4ac8ffb77e8f7b77 /lib/observer.rb
parentb4312303967924bda5e280e189dbbcf3538ec1dd (diff)
downloadruby-92aee059e87f97b8ea0a56a85196109005702ffe.tar.gz
Added credit to PragProg
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/observer.rb')
-rw-r--r--lib/observer.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/observer.rb b/lib/observer.rb
index 0e3570ace1..64c7d81351 100644
--- a/lib/observer.rb
+++ b/lib/observer.rb
@@ -1,5 +1,7 @@
#
-# observer.rb implements the _Observer_ object-oriented design pattern.
+# observer.rb implements 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.
#
# == About
#