From e225b1612c6813bb7f989083c67f31a30d0c9364 Mon Sep 17 00:00:00 2001 From: Robert Osborne Date: Sun, 28 Jun 2009 20:11:51 -0400 Subject: [PATCH] fixed typoo in def test_any_ruby_expression_my_be_interpolated --- koans/about_strings.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koans/about_strings.rb b/koans/about_strings.rb index db3289a..48190dd 100644 --- a/koans/about_strings.rb +++ b/koans/about_strings.rb @@ -128,7 +128,7 @@ EOS assert_equal __, string end - def test_any_ruby_expression_my_be_interpolated + def test_any_ruby_expression_may_be_interpolated string = "The square root of 5 is #{Math.sqrt(5)}" assert_equal __, string end