Module: StoryTeller::Inflector
- Defined in:
- lib/story_teller/inflector.rb
Overview
The Inflector module
Defined Under Namespace
Classes: Inflections
Class Method Summary collapse
-
.inflections ⇒ Object
class Inflections.
Class Method Details
.inflections ⇒ Object
class Inflections
121 122 123 124 |
# File 'lib/story_teller/inflector.rb', line 121 def inflections return yield Inflections.instance if block_given? Inflections.instance end |