# File lib/active_support/inflector.rb, line 103 def inflections if block_given? yield Inflections.instance else Inflections.instance end end