move soml tests out, small cleanup

This commit is contained in:
Torsten Ruger
2016-12-06 15:08:29 +02:00
parent 5ac14ddccc
commit adca8b21c1
41 changed files with 32 additions and 21 deletions

View File

@ -10,8 +10,8 @@
# may be added to any object at run-time.
# An Object carries the data for the instance variables it has.
# The type lists the names of the instance variables
# The class keeps a list of instance methods, these have a name and code
# The Type lists the names of the instance variables
# The Class keeps a list of instance methods, these have a name and code
module Parfait
class Class < Object