Sha256: 9e333a66f83901333b92f08371b2fae85982fe0981c631e09f896b7dd26d111f

Contents?: true

Size: 360 Bytes

Versions: 14

Compression:

Stored size: 360 Bytes

Contents

ActiveSupport::Inflector.inflections do |inflect|
  inflect.uncountable 'aircraft'
  inflect.uncountable 'commons'
  inflect.uncountable 'food'
  inflect.uncountable 'shelter'
  inflect.uncountable 'transportation'
  inflect.uncountable 'species'
  inflect.irregular 'foot', 'feet'
  inflect.plural /(gas)\z/i, '\1es'
  inflect.singular /(gas)es\z/i, '\1'
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
earth-0.4.12 lib/earth/inflectors.rb
earth-0.4.11 lib/earth/inflectors.rb
earth-0.4.10 lib/earth/inflectors.rb
earth-0.4.9 lib/earth/inflectors.rb
earth-0.4.8 lib/earth/inflectors.rb
earth-0.4.7 lib/earth/inflectors.rb
earth-0.4.6 lib/earth/inflectors.rb
earth-0.4.5 lib/earth/inflectors.rb
earth-0.4.4 lib/earth/inflectors.rb
earth-0.4.3 lib/earth/inflectors.rb
earth-0.4.2 lib/earth/inflectors.rb
earth-0.4.1 lib/earth/inflectors.rb
earth-0.4.0 lib/earth/inflectors.rb
earth-0.3.15 lib/earth/inflectors.rb