This commit is contained in:
capitalist
2009-02-10 12:35:10 -07:00
committed by Marc Peabody
parent 41ef277f40
commit e871052dd3

View File

@@ -72,7 +72,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