Module: Inform::Inflector
Overview
The Inflector module
Defined Under Namespace
Classes: Inflections
Instance Method Summary collapse
-
#inflections ⇒ Object
class Inflections.
Instance Method Details
#inflections ⇒ Object
class Inflections
123 124 125 126 |
# File 'lib/runtime/inflector.rb', line 123 def inflections return yield Inflections.instance if block_given? Inflections.instance end |