blob: d9936ec5beb27a3510d20d294496429f90c494d2 [file] [log] [blame]
// Print the names of all
// classes in the model
for (c in Class.all) {
c.name.println();
}