# File lib/chronic/chronic.rb, line 147 def guess(span) if span.width > 1 span.begin + (span.width / 2) else span.begin end end