instance method
duplicable?
Ruby on Rails 4.0.13
Since v2.2.3Signature
duplicable?()
Can you safely dup this object?
False for nil, false, true, symbol, and number objects; true otherwise.
Source
# File activesupport/lib/active_support/core_ext/object/duplicable.rb, line 24
def duplicable?
true
end
Defined in activesupport/lib/active_support/core_ext/object/duplicable.rb line 24
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Object