add a hint
authorChris Kimpton <chris@kimptoc.net>
Sun, 9 Jan 2011 09:40:29 +0000 (09:40 +0000)
committerChris Kimpton <chris@kimptoc.net>
Sun, 9 Jan 2011 09:40:29 +0000 (09:40 +0000)
koans/about_proxy_object_project.rb

index a959a80..31799c9 100644 (file)
@@ -33,7 +33,8 @@ class AboutProxyObjectProject < EdgeCase::Koan
   
   def test_tv_methods_still_perform_their_function
     tv = Proxy.new(Television.new)
-    
+
+    # HINT Proxy class is defined above, may need tweaking...
     tv.channel = 10
     tv.power