mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-21 01:03:20 -04:00
Adding Regular Expression koans.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user