Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumRubysend and public_sendSingle-choice MCQ

For a private method `p1` defined on `z`'s class, which expression returns `true`?

class Z private def p1; end end z = Z.new