From 8bc935e28f0e6ac2b932fc32e19d1cf4de0db8f9 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Wed, 13 Apr 2005 21:01:32 +0000 Subject: adding comments git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@129 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/blink/interface.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/blink/interface.rb') 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 -- cgit