Libraries
»
cielo_old
(1.0.3)
»
Index
»
String
»
#remove
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