# File lib/sadelta.rb, line 123 123: def match(start, length) 124: puts "M: #{start},#{length}" 125: update_match_stats(start, length) 126: end