Method: String#substitute!
- Defined in:
- lib/name_tamer/string.rb
#substitute!(pattern, replacement) ⇒ Object
175 176 177 |
# File 'lib/name_tamer/string.rb', line 175 def substitute!(pattern, replacement) gsub!(pattern, replacement) || self end |