# File lib/apipie_bindings/inflector.rb, line 84
    def self.pluralize(word, locale = :en)
      apply_inflections(word, inflections(locale).plurals)
    end