method
inflections
v2.0.3 -
Show latest stable
- Class:
Inflector
inflections()public
No documentation available.
# File activesupport/lib/active_support/inflector.rb, line 89
def inflections
if block_given?
yield Inflections.instance
else
Inflections.instance
end
end