class Hotch::Memory::Report::Line::Total

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/hotch/memory.rb, line 196
def initialize
  super("TOTAL", "", 0, 0, 0, 0, 0, 0)
end