Method: Twb::Analysis::DashboardsSummarizer#processTWB
- Defined in:
- lib/twb/analysis/Sheets/dashboardsummarizer.rb
#processTWB(twb) ⇒ Object
60 61 62 63 64 65 66 67 68 69 |
# File 'lib/twb/analysis/Sheets/dashboardsummarizer.rb', line 60 def processTWB twb @twb = twb @twbName = @twb.name @twbDir = @twb.dir @modTime = @twb.modtime emit " -- #{@twbName}" @twbCount += 1 parseDashes finis end |