diff options
author | Luke Kanies <luke@madstop.com> | 2005-04-13 21:01:32 +0000 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2005-04-13 21:01:32 +0000 |
commit | 8bc935e28f0e6ac2b932fc32e19d1cf4de0db8f9 (patch) | |
tree | 76935cd9c40f772946263bd5e35264b956148601 | |
parent | a0d0fa8ca78f144638bf6f5413eebce9de7a3768 (diff) | |
download | puppet-8bc935e28f0e6ac2b932fc32e19d1cf4de0db8f9.tar.gz puppet-8bc935e28f0e6ac2b932fc32e19d1cf4de0db8f9.tar.xz puppet-8bc935e28f0e6ac2b932fc32e19d1cf4de0db8f9.zip |
adding comments
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@129 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | lib/blink/interface.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/blink/interface.rb b/lib/blink/interface.rb index a1496f01b..4a507c3b9 100644 --- a/lib/blink/interface.rb +++ b/lib/blink/interface.rb @@ -2,7 +2,8 @@ # $Id$ -# our duck type interface +# our duck type interface -- if your object doesn't match this interface, +# it won't work # all of our first-class objects (objects, attributes, and components) will # respond to these methods |