Module: Inflections

Defined in:
lib/inflections/fr.rb,
lib/inflections/es.rb,
lib/inflections/kk.rb,
lib/inflections/nb.rb,
lib/inflections/tr.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 =
1
PATCH =
0
VERSION =
[MAJOR, MINOR, PATCH].compact.join '.'