def go(self, text, variables):
     self.replacer = NastranReplacer(text)
     self.replacer.replace(variables)
     return self.replacer.text