Sha256: 2e37a9a3265213e986eef2763648eef57297b2f336082ceacff8fd3e5ca9f4d0

Contents?: true

Size: 377 Bytes

Versions: 46

Compression:

Stored size: 377 Bytes

Contents

ActiveSupport::Inflector.inflections do |inflect|
  inflect.uncountable %w{ aircraft bts_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

46 entries across 46 versions & 1 rubygems

Version Path
earth-1.2.1 lib/earth/inflectors.rb
earth-1.1.2 lib/earth/inflectors.rb
earth-1.1.1 lib/earth/inflectors.rb
earth-1.1.0 lib/earth/inflectors.rb
earth-1.0.3 lib/earth/inflectors.rb
earth-1.0.2 lib/earth/inflectors.rb
earth-1.0.1 lib/earth/inflectors.rb
earth-1.0.0 lib/earth/inflectors.rb
earth-0.12.4 lib/earth/inflectors.rb
earth-0.12.3 lib/earth/inflectors.rb
earth-0.12.2 lib/earth/inflectors.rb
earth-0.12.1 lib/earth/inflectors.rb
earth-0.12.0 lib/earth/inflectors.rb
earth-0.11.20 lib/earth/inflectors.rb
earth-0.11.19 lib/earth/inflectors.rb
earth-0.11.18 lib/earth/inflectors.rb
earth-0.11.17 lib/earth/inflectors.rb
earth-0.11.16 lib/earth/inflectors.rb
earth-0.11.15 lib/earth/inflectors.rb
earth-0.11.14 lib/earth/inflectors.rb