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