Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumRubyprepend vs includeSingle-choice MCQ

What does `WithPrepend.ancestors` look like for this definition?

module A; end class Base; end class WithPrepend < Base prepend A end WithPrepend.ancestors