Describes a member of a class this contains the metadata needed to generate the member and perhaps a default value for the property type if necessary
initializes a nem instance of member descriptor
# File lib/caricature/descriptor.rb, line 48 def initialize(name, return_type=nil, is_instance_member=true) @name, @return_type, @instance_member = name, return_type, is_instance_member end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.