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