# File lib/sadelta.rb, line 107 107: def update_match_stats(start, length) 108: @match_count += 1 109: @match_total += length 110: end