# File lib/facets/core/kernel/singleton.rb, line 9
  def singleton
    (class << self; self; end)
  end