There's no documentation for this item.
# File merb/core_ext/inflector.rb, line 82 def inflections if block_given? yield Inflections.instance else Inflections.instance end end
<code/>
<pre/>
<code/>and<pre/>for code samples.