mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
add a hint
This commit is contained in:
@@ -34,6 +34,7 @@ class AboutProxyObjectProject < EdgeCase::Koan
|
|||||||
def test_tv_methods_still_perform_their_function
|
def test_tv_methods_still_perform_their_function
|
||||||
tv = Proxy.new(Television.new)
|
tv = Proxy.new(Television.new)
|
||||||
|
|
||||||
|
# HINT Proxy class is defined above, may need tweaking...
|
||||||
tv.channel = 10
|
tv.channel = 10
|
||||||
tv.power
|
tv.power
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user