module Kernel # Provides a shortcut to the Regexp.escape module method. def resc(x) Regexp.escape(x) end end