diff options
-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 |