# File lib/apipie_bindings/inflector.rb, line 92 def self.inflections(locale = :en) if block_given? yield ApipieBindings::Inflections.instance(locale) else ApipieBindings::Inflections.instance(locale) end end