# File lib/sass/scss/rx.rb, line 45
      def self.quote(str, flags = 0)
        Regexp.new(Regexp.quote(str), flags)
      end