Method: String#remove

Defined in:
lib/cielo/string.rb

#remove(pattern) ⇒ Object



2
3
4
# File 'lib/cielo/string.rb', line 2

def remove(pattern)
  gsub pattern, ''
end