From: "mame (Yusuke Endoh)" Date: 2012-11-20T20:50:11+09:00 Subject: [ruby-core:49673] [ruby-trunk - Feature #3072] Classes Inheriting from Data Issue #3072 has been updated by mame (Yusuke Endoh). Description updated Target version set to next minor ---------------------------------------- Feature #3072: Classes Inheriting from Data https://bugs.ruby-lang.org/issues/3072#change-33190 Author: runpaint (Run Paint Run Run) Status: Assigned Priority: Low Assignee: matz (Yukihiro Matsumoto) Category: Target version: next minor =begin As I understand it, the Data class is an internal abstraction, not intended to be exposed to userland like this. >> ObjectSpace.each_object(Class).select{|c| c < Data} => [Encoding::Converter, NameError::message] =end -- http://bugs.ruby-lang.org/