frozen_string_literal: true
# File lib/memoist/core_ext/singleton_class.rb, line 6 def singleton_class class << self self end end