public Method

Object.duplicable?

Can you safely .dup this object? False for nil, false, true, symbols, and numbers; true otherwise.

Source Code

# File active_support/core_ext/duplicable.rb, line 4
def duplicable?
  true
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.