class RSpec::Core::ExampleGroup

def singleton_class

Other tags:
    Private: -
def singleton_class
  class << self; self; end
end