class Object

Public Instance Methods

duplicate(object) click to toggle source
# File lib/duplicate/core_ext/object.rb, line 4
def duplicate(object)
  return ::Duplicate.duplicate(object)
end