class Object

def duplicable?

true otherwise.
False for method objects;

Can you safely dup this object?
def duplicable?
  true
end