Q: What does the last expression evaluates to?
Answered
quiz
35/38
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