# File lib/chronic/handlers.rb, line 410 def get_repeaters(tokens) tokens.map { |token| token.get_tag(Repeater) }.compact.sort.reverse end