# File lib/dm-core.rb, line 50
      def singleton_class
        class << self; self end
      end