diff --git a/koans/about_proxy_object_project.rb b/koans/about_proxy_object_project.rb index a959a80..31799c9 100644 --- a/koans/about_proxy_object_project.rb +++ b/koans/about_proxy_object_project.rb @@ -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