# File lib/dm-core/support/inflector/inflections.rb, line 113 def inflections if block_given? yield Inflections.instance else Inflections.instance end end