# File lib/twitter/error.rb, line 12 def self.descendants ObjectSpace.each_object(::Class).select{|klass| klass < self} end