Module: StoryTeller::Inflector
- Defined in:
- lib/story_teller/inflector.rb
Overview
The Inflector module Mostly adapted from: github.com/rails/rails/blob/main/activesupport/lib/active_support/inflections.rb
Defined Under Namespace
Classes: Inflections
Class Method Summary collapse
-
.inflections ⇒ Object
class Inflections.
Class Method Details
.inflections ⇒ Object
class Inflections
124 125 126 127 |
# File 'lib/story_teller/inflector.rb', line 124 def inflections return yield Inflections.instance if block_given? Inflections.instance end |