Q: What in __CODE__ to return the desired result
Answered
previous quizz quizz 33/36 next quizz
module A def self.greet "hello" end end class B __CODE__ end B.greet # => "hello"
copy
Ruby 3.3.0