indicates whether this type has a CLR type in its ancestors
# File lib/caricature/core_ext/module.rb, line 9
9: def clr_type?
10: !self.to_clr_type.nil? ||
11: self.included_modules.any? {|mod| !mod.to_clr_type.nil? } ||
12: self.ancestors.any? { |mod| !mod.to_clr_type.nil? }
13: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.