Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumRubyfreeze and immutabilitySingle-choice MCQ

With frozen string literals enabled, what does this comparison print?

# frozen_string_literal: true puts "abc".equal?("abc")