class Cucumber::Core::Test::Result::Summary

def get_total(method_name)

def get_total(method_name)
  status = method_name.to_s.gsub('total_', '').to_sym
  @totals.fetch(status, 0)
end