Sha256: 33c33e63cb9c11e132cb5592187c9c81511e5051c425c7a54cc02a15a972a36b

Contents?: true

Size: 258 Bytes

Versions: 3

Compression:

Stored size: 258 Bytes

Contents

# http://sequel.jeremyevans.net/rdoc/classes/Sequel/Inflections.html

String.inflections do |inflect|
  inflect.plural   'bonus', 'bonuses'
  inflect.plural   'clothing', 'clothes'
  inflect.plural   'people', 'people'
  inflect.singular /news$/, 'news'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lux-fw-0.2.3 ./lib/overload/string_inflections.rb
lux-fw-0.2.1 ./lib/overload/string_inflections.rb
lux-fw-0.1.35 ./lib/overload/string_inflections.rb