= private = protected
duplicable?()
Can you safely dup this object?
False for method objects; true otherwise.
# File activesupport/lib/active_support/core_ext/object/duplicable.rb, line 26 def duplicable? true end