# File lib/core/facets/string/remove.rb, line 6
def
remove
(
pattern
)
gsub
(
pattern
,
''
)
end