Q: What does the last expression evaluates to?
Answered
quizz 35/36
1.class # => Integer 1.is_a?(Object)
copy
Ruby 3.3.0
true
false
nil
undefined method `is_a?' for an instance of Integer (NoMethodError)
privacy policy