Returns the object’s singleton class.
@return [Class]
@api private
# File lib/dm-core/core_ext/kernel.rb, line 8 8: def singleton_class 9: class << self 10: self 11: end 12: end
Delegates to DataMapper.repository()
@api public
# File lib/dm-core/core_ext/kernel.rb, line 19 19: def repository(*args, &block) 20: DataMapper.repository(*args, &block) 21: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.