Q: What value gets printed ?
Answered
quizz 19/36
module A CONST = "hello" end p CONST
copy
Ruby 3.3.0
nil
hello
uninitialized constant CONST (NameError)
# nothing is printed
privacy policy