Sha256: b0692baf3696c3e25e615459e6a44c0ebb41c9a2a8c390930aa984392fb7d825

Contents?: true

Size: 239 Bytes

Versions: 1

Compression:

Stored size: 239 Bytes

Contents

ActiveSupport::Inflector.inflections do |inflect|
  inflect.gerund /ing$/i, '\0'
  inflect.gerund /([^aeiou]|[aeiou]{2})[^aeiou]$/i, '\0ing'
  inflect.gerund /(\w*[^aeiou])e$/i, '\1ing'
  inflect.gerund /[aeiou]([^aeiou])$/i, '\0\1ing'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
inflectious-0.1.0 lib/inflections.rb