class String

Public Instance Methods

remove(pattern) click to toggle source
# File lib/cielo/string.rb, line 2
def remove(pattern)
  gsub pattern, ''
end