# File lib/chronic/separator.rb, line 38 def self.scan_for_at(token) scan_for token, SeparatorAt, { /^(at|@)$/ => :at } end