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