class RuboCop::StringInterpreter

def interpret_octal(escape)

def interpret_octal(escape)
  [escape[1..-1].to_i(8)].pack('C'.freeze)
end