Module: Inform::Inflector

Extended by:
Inflector
Included in:
Inflector
Defined in:
lib/runtime/inflector.rb

Overview

The Inflector module

Defined Under Namespace

Classes: Inflections

Instance Method Summary collapse

Instance Method Details

#inflectionsObject

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