Method: HSpreadFieldTable#showSummary

Defined in:
lib/hdatastructures/hspreadfieldtable.rb

#showSummaryObject



52
53
54
55
56
57
58
59
60
61
# File 'lib/hdatastructures/hspreadfieldtable.rb', line 52

def showSummary()

  @summaryList.each do |data|
    if data 
      print $hpformat % data.value()
      print $hpformat % data.value(:value)
    end
  puts
  end
end