fixing typo
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
|
||||
# object. Any messages sent to the proxy object should be forwarded
|
||||
# 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
|
||||
# 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
|
||||
# object. Any messages sent to the proxy object should be forwarded
|
||||
# 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
|
||||
# missing handler and any other supporting methods. The specification
|
||||
|
||||
Reference in New Issue
Block a user