Merged src directory with existing koans.
This commit is contained in:
@@ -15,7 +15,10 @@ require 'edgecase'
|
||||
class Proxy
|
||||
def initialize(target_object)
|
||||
@object = target_object
|
||||
# ADD MORE CODE HERE
|
||||
end
|
||||
|
||||
# WRITE CODE HERE
|
||||
end
|
||||
|
||||
# The proxy object should pass the following Koan:
|
||||
|
||||
Reference in New Issue
Block a user