mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Updated koans from new regex section.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
require File.expand_path(File.dirname(__FILE__) + '/edgecase')
|
||||
|
||||
class AboutRegularExpressions < EdgeCase::Koan
|
||||
@@ -36,7 +37,7 @@ class AboutRegularExpressions < EdgeCase::Koan
|
||||
|
||||
# THINK ABOUT IT:
|
||||
#
|
||||
# We say that the repition operators above are "greedy."
|
||||
# We say that the repetition operators above are "greedy."
|
||||
#
|
||||
# Why?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user