# File lib/inflecto.rb, line 173 def self.inflections if block_given? yield Inflections.instance else Inflections.instance end end