Module: Inflections

Defined in:
lib/inflections/fr.rb,
lib/inflections/en.rb,
lib/inflections/es.rb,
lib/inflections/kk.rb,
lib/inflections/nb.rb,
lib/inflections/tr.rb,
lib/inflections/en-GB.rb,
lib/inflections/version.rb

Overview

These rules come from a port of ActiveSupport’s Inflector to PHP: github.com/ICanBoogie/Inflector/blob/master/lib/inflections/fr.php

Constant Summary collapse

MAJOR =
4
MINOR =
0
PATCH =
0
PRE =
nil
VERSION =
[MAJOR, MINOR, PATCH, PRE].compact.join '.'