module Sass::SCSS::RX
def self.quote(str, flags = 0)
- Private: -
Returns:
-
(Regexp)
-
Parameters:
-
flags
(Fixnum
) -- Flags for the created regular expression -
str
(String
) -- The text of the regexp
def self.quote(str, flags = 0) Regexp.new(Regexp.quote(str), flags) end