Module: StoryTeller::Inflector

Defined in:
lib/story_teller/inflector.rb

Overview

The Inflector module

Defined Under Namespace

Classes: Inflections

Class Method Summary collapse

Class Method Details

.inflectionsObject

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