minor cleaning

This commit is contained in:
Torsten Ruger
2015-11-07 21:55:04 +02:00
parent 8c68ffc7a4
commit 2315ad6920
5 changed files with 3 additions and 10 deletions

View File

@ -63,7 +63,6 @@ module Parfait
end
def super_class
puts "Superclass #{super_class_name}"
Parfait::Space.object_space.get_class_by_name(self.super_class_name)
end