mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Merge pull request #37 from abyx/fix_typo_in_proxy_project.
Fix typo in proxy project
This commit is contained in:
@@ -6,7 +6,7 @@ require File.expand_path(File.dirname(__FILE__) + '/edgecase')
|
|||||||
# below). You should be able to initialize the proxy object with any
|
# below). You should be able to initialize the proxy object with any
|
||||||
# object. Any messages sent to the proxy object should be forwarded
|
# object. Any messages sent to the proxy object should be forwarded
|
||||||
# to the target object. As each message is sent, the proxy should
|
# to the target object. As each message is sent, the proxy should
|
||||||
# record the name of the method send.
|
# record the name of the method sent.
|
||||||
#
|
#
|
||||||
# The proxy class is started for you. You will need to add a method
|
# The proxy class is started for you. You will need to add a method
|
||||||
# missing handler and any other supporting methods. The specification
|
# missing handler and any other supporting methods. The specification
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ require File.expand_path(File.dirname(__FILE__) + '/edgecase')
|
|||||||
# below). You should be able to initialize the proxy object with any
|
# below). You should be able to initialize the proxy object with any
|
||||||
# object. Any messages sent to the proxy object should be forwarded
|
# object. Any messages sent to the proxy object should be forwarded
|
||||||
# to the target object. As each message is sent, the proxy should
|
# to the target object. As each message is sent, the proxy should
|
||||||
# record the name of the method send.
|
# record the name of the method sent.
|
||||||
#
|
#
|
||||||
# The proxy class is started for you. You will need to add a method
|
# The proxy class is started for you. You will need to add a method
|
||||||
# missing handler and any other supporting methods. The specification
|
# missing handler and any other supporting methods. The specification
|
||||||
|
|||||||
Reference in New Issue
Block a user