class Benchmark::IPS::Report::Entry

def to_s

Returns:
  • (String) - Header and body.
def to_s
  "#{header} #{body}"
end