# File lib/sadelta.rb, line 95 95: def initialize 96: @insert_count = 0 97: @match_count = 0 98: @insert_total = 0 99: @match_total = 0 100: end