mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-17 07:53:20 -04:00
Merged src directory with existing koans.
This commit is contained in:
@@ -128,7 +128,7 @@ EOS
|
||||
assert_equal __('The value is #{value}'), 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 __("The square root of 5 is 2.23606797749979"), string
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user