Class/Module Index [+]

Quicksearch

Kernel

Public Instance Methods

singleton_class() click to toggle source

Returns the object's singleton class.

@return [Class]

@api private

# File lib/dm-core/core_ext/kernel.rb, line 8
def singleton_class
  class << self
    self
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.