Write list l as a Ruby hash with the given name
(self, l, name)
| 38 | write(self.endDict(), file=self.outFile) |
| 39 | |
| 40 | def writeList(self, l, name): |
| 41 | """Write list l as a Ruby hash with the given name""" |
| 42 | |
| 43 | self.writeDict(l, name, printValues = False) |
| 44 | |
| 45 | def endFile(self): |
| 46 | # Creates the inverse mapping of nonexistent APIs to their aliases. |