mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Minor change to comment about regular expressions.
This commit is contained in:
@@ -166,7 +166,7 @@ EOS
|
|||||||
|
|
||||||
# NOTE: Patterns are formed from Regular Expressions. Ruby has a
|
# NOTE: Patterns are formed from Regular Expressions. Ruby has a
|
||||||
# very powerful Regular Expression library. Unfortunately, time
|
# very powerful Regular Expression library. Unfortunately, time
|
||||||
# does not permit us to explore it in detail in Ruby 101.
|
# does not permit us to explore it in detail now.
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_strings_can_be_joined
|
def test_strings_can_be_joined
|
||||||
|
|||||||
Reference in New Issue
Block a user