Adding Regular Expression koans.

This commit is contained in:
James Edward Gray II
2010-08-21 22:11:06 -05:00
parent e1ada6ca9f
commit 9a459a7eb3
6 changed files with 322 additions and 4 deletions

View File

@@ -174,8 +174,8 @@ EOS
assert_equal [__, __, __, __], words
# NOTE: Patterns are formed from Regular Expressions. Ruby has a
# very powerful Regular Expression library. Unfortunately, time
# does not permit us to explore it in detail now.
# very powerful Regular Expression library. We will become
# enlightened about them soon.
end
def test_strings_can_be_joined