Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v3.2.13) is shown here.
duplicable?()
public
Classes are not duplicable:
c = Class.new
c.dup
Note dup returned the same class object.
# File activesupport/lib/active_support/core_ext/object/duplicable.rb, line 91
def duplicable?
false
end