Describes a class/type so it can be proxied more easily This is the base class from which other more specialised descriptors can be used to provide the metadata need to generate the proxy classes
initializes a new instance of a type descriptor
# File lib/caricature/descriptor.rb, line 15 def initialize(klass) @instance_members = [] @class_members = [] unless klass == :in_unit_test_for_class initialize_instance_members_for klass initialize_class_members_for klass end end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.