Class: NullSLOCCount

Inherits:
Object
  • Object
show all
Defined in:
lib/pluginscan/reports/sloccount_report/sloccount.rb

Overview

TODO: should be ZeroSLOCCount? More descriptive, but less obvious it’s null object pattern

Instance Method Summary collapse

Instance Method Details

#totalObject



16
17
18
# File 'lib/pluginscan/reports/sloccount_report/sloccount.rb', line 16

def total
  0
end