简而言之,我正试图将这个目标转化为一系列的内涵,如阵列(3,4,6)
- - !ruby/object:Code
attributes:
candidate_id: "3"
attributes_cache: {}
- !ruby/object:Code
attributes:
candidate_id: "4"
attributes_cache: {}
- !ruby/object:Code
attributes:
candidate_id: "6"
attributes_cache: {}
我在此尝试的是
result = @intersection.map{|c| c.candidate_id}
增 编