Method: StringBuffer#safe_clone

Defined in:
lib/fOOrth/monkey_patch/string.rb

#safe_cloneObject

A special patch for safe_clone



86
87
88
# File 'lib/fOOrth/monkey_patch/string.rb', line 86

def safe_clone
  self.clone
end