Skip to content

Commit

Permalink
Adds list of words abbreviated with apostrophe.
Browse files Browse the repository at this point in the history
  • Loading branch information
lichtr committed Jan 22, 2014
1 parent b6faf20 commit 52b6729
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/llt/constants/abbreviations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ module Abbreviations
DATES_PIPED = DATES.join('|')

ALL_ABBRS_PIPED = "#{NAMES_PIPED}|#{DATES_PIPED}"

APOSTROPHES = %w{ po min vin potin satin scin tun }
APOSTROPHES_PIPED = APOSTROPHES.join('|')
end
end
end

0 comments on commit 52b6729

Please sign in to comment.