Class: String

Inherits:
Object show all
Defined in:
lib/string.rb

Instance Method Summary collapse

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