Method: AutoC::Module::Source#<<
- Defined in:
- lib/autoc/module.rb
#<<(entity) ⇒ Object
268 269 270 271 |
# File 'lib/autoc/module.rb', line 268 def <<(entity) @complexity += entity.complexity unless entities.include?(entity) super end |