Merged src directory with existing koans.

This commit is contained in:
Jim Weirich
2009-12-21 16:17:32 -05:00
parent c651dd5eba
commit f05d9ee1ac
21 changed files with 82 additions and 69 deletions

View File

@@ -79,7 +79,7 @@ class AboutMethods < EdgeCase::Koan
def method_with_explicit_return
:a_non_return_value
return :return_value
:anoher_non_return_value
:another_non_return_value
end
def test_method_with_explicit_return