# File lib/chronic/separator.rb, line 50
    def self.scan_for_on(token)
      scan_for token, SeparatorOn, { /^on$/ => :on }
    end