mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Fix typo
This commit is contained in:
@@ -72,7 +72,7 @@ class AboutMethods < EdgeCase::Koan
|
|||||||
def method_with_explicit_return
|
def method_with_explicit_return
|
||||||
:a_non_return_value
|
:a_non_return_value
|
||||||
return :return_value
|
return :return_value
|
||||||
:anoher_non_return_value
|
:another_non_return_value
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_method_with_explicit_return
|
def test_method_with_explicit_return
|
||||||
|
|||||||
Reference in New Issue
Block a user