lib/facet/kernel/resc.rb in
facets-0.6.3
vs lib/facet/kernel/resc.rb in
facets-0.7.0
- old
+ new
@@ -1,5 +1,4 @@
-
module Kernel # Provides a shortcut to the Regexp.escape module method. def resc(x) Regexp.escape(x) end