module Mapping
def self.lookup_descendants(klass)
def self.lookup_descendants(klass) ObjectSpace.each_object(Class).select{|other| other < klass} end
def self.lookup_descendants(klass) ObjectSpace.each_object(Class).select{|other| other < klass} end