# File lib/apipie_bindings/inflector.rb, line 88 def self.singularize(word, locale = :en) apply_inflections(word, inflections(locale).singulars) end