# File lib/chronic/ordinal.rb, line 19 def self.scan_for_ordinals(token) Ordinal.new($1.to_i) if token.word =~ /^(\d*)(st|nd|rd|th)$/ end