Project

General

Profile

Feature #3072

Updated by mame (Yusuke Endoh) over 11 years ago

=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 
 

Back