Method: AutoC::Entity#total_references
- Defined in:
- lib/autoc/module.rb
#total_references ⇒ Object
Return the entire entity’s reference set staring with self
303 |
# File 'lib/autoc/module.rb', line 303 def total_references = @total_references ||= collect_references(::Set.new) |