# File lib/backports/1.9.2/kernel.rb, line 2
  def singleton_class
    class << self; self; end
  end