Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumRubyComparable and spaceshipSingle-choice MCQ

For two built-in objects of incompatible types, like `1 <=> "a"`, what does the spaceship operator return?

p(1 <=> "a")