Libraries
»
undoer
(0.1.1)
»
Index (S)
»
String
Class: String
Inherits:
Object
Object
String
show all
Defined in:
lib/string.rb
Instance Method Summary
collapse
#
deep_copy!
(from) ⇒ Object
Instance Method Details
#
deep_copy!
(from) ⇒
Object
2 3 4
# File 'lib/string.rb', line 2
def
deep_copy!
(
from
)
self
.
gsub!
(
self
,
from
)
end