Capitalised version of <a-or-an>
<a-or-an>
Show Source
<def attrs='word' tag='A-or-An'><%= (word =~ /^[aeiou]/i ? "An " : "A ") + word %></def>