# File lib/scruffy/helpers/meta.rb, line 2
    def singleton_class
      (class << self; self; end)
    end