Sha256: a15f2f093967b96a3f9fbcb161e9cb442e37e6ee9700e8353bca3d1fe391a9ee

Contents?: true

Size: 346 Bytes

Versions: 59

Compression:

Stored size: 346 Bytes

Contents

ActiveSupport::Inflector.inflections do |inflect|
  inflect.uncountable %w(aircraft aircraft Aircraft airline_aircraft AirlineAircraft)
  inflect.uncountable 'commons'
  inflect.uncountable 'food'
  inflect.uncountable 'shelter'
  inflect.uncountable 'transportation'
  inflect.uncountable 'press_coverage'
  inflect.irregular 'foot', 'feet'
end

Version data entries

59 entries across 59 versions & 2 rubygems

Version Path
earth-0.3.14 lib/earth/inflectors.rb
earth-0.3.13 lib/earth/inflectors.rb
earth-0.3.11 lib/earth/inflectors.rb
earth-0.3.10 lib/earth/inflectors.rb
earth-0.3.9 lib/earth/inflectors.rb
earth-0.3.8 lib/earth/inflectors.rb
earth-0.3.7 lib/earth/inflectors.rb
earth-0.3.6 lib/earth/inflectors.rb
earth-0.3.5 lib/earth/inflectors.rb
earth-0.3.4 lib/earth/inflectors.rb
earth-0.3.3 lib/earth/inflectors.rb
earth-0.3.2 lib/earth/inflectors.rb
earth-0.3.1 lib/earth/inflectors.rb
earth-0.3.0 lib/earth/inflectors.rb
earth-0.2.14 lib/earth/inflectors.rb
earth-0.2.13 lib/earth/inflectors.rb
earth-0.2.12 lib/earth/inflectors.rb
earth-0.2.11 lib/earth/inflectors.rb
earth-0.2.9 lib/earth/inflectors.rb
earth-0.2.8 lib/earth/inflectors.rb