this.get_macro = function (signature) {
    return macros.find(function (other_macro) {
      return other_macro.is_identified_by(signature);
    });
  };