Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Ruby
easy
Ruby
everything is an object nil true false
Single-choice MCQ
Since nil is a real object in Ruby, what does Array(nil) return?
p Array(nil)