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
Modules are not duplicable:
m = Module.new
m.dup
Note dup returned the same module object.
# File activesupport/lib/active_support/core_ext/object/duplicable.rb, line 103
def duplicable?
false
end