class TapFormatter

def initialize(output)

def initialize(output)
  super(output)      
  @total = 0
end