module Seahorse::Util

def irregular_inflections(hash)

Other tags:
    Api: - private
def irregular_inflections(hash)
  @irregular_inflections.update(hash)
  @irregular_regex = Regexp.new(@irregular_inflections.keys.join('|'))
end