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-0.6.1 lib/earth/inflectors.rb
earth-0.6.0 lib/earth/inflectors.rb
earth-0.5.4 lib/earth/inflectors.rb
earth-0.5.3 lib/earth/inflectors.rb
earth-0.5.2 lib/earth/inflectors.rb
earth-0.5.0 lib/earth/inflectors.rb