What is the class of the object bound to result here?result = [1, 2, 3].lazy.map { |x| x * 2 }.select(&:even?) puts result.class