I would like to understand what class << self stands for in the next example.
class << self
module Utility class Options #:nodoc: class << self
This is an eigenclass. This question's been asked before.