Class Object
In: lib/dm-core.rb
lib/dm-core/core_ext/object.rb
lib/dm-core/core_ext/try_dup.rb
lib/dm-core/support/hook.rb
Parent: Object

Methods

Public Instance methods

@param name<String> The name of the constant to get, e.g. "Merb::Router".

@return [Object] The constant corresponding to the name.

@param name<String> The name of the constant to get, e.g. "Merb::Router". @param value<Object> The value to assign to the constant.

@return [Object] The constant corresponding to the name.

Override this in a child if it cannot be dup‘ed

@return [Object]

[Validate]