# File lib/ts3query/escaping.rb, line 25 def self.decode(str) str.gsub(DECODER_REGEXP, DECODER_PATTERNS) end