# File lib/ts3query/escaping.rb, line 21 def self.encode(str) str.gsub(ENCODER_REGEXP, ENCODER_PATTERNS) end