# File lib/chronic/separator.rb, line 25 def self.scan_for_commas(token) scan_for token, SeparatorComma, { /^,$/ => :comma } end