Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/core_ext/string.rb

Overview

TODO: refactor

Instance Method Summary collapse

Instance Method Details

#passivizeObject



5
6
7
# File 'lib/core_ext/string.rb', line 5

def passivize
  sub(/(e?d?|[eo]r|ant)$/, 'ed')
end