class RuboCop::StringInterpreter

def interpret_hex(escape)

def interpret_hex(escape)
  [escape[2..-1].hex].pack('C'.freeze)
end