From: "mame (Yusuke Endoh)" Date: 2012-11-20T22:57:06+09:00 Subject: [ruby-core:49737] [ruby-trunk - Feature #6515] array.c: added method that verifies if an Array is part of another Issue #6515 has been updated by mame (Yusuke Endoh). Target version changed from 2.0.0 to next minor ---------------------------------------- Feature #6515: array.c: added method that verifies if an Array is part of another https://bugs.ruby-lang.org/issues/6515#change-33308 Author: lellisga (Li Ellis Galardo) Status: Feedback Priority: Normal Assignee: matz (Yukihiro Matsumoto) Category: Target version: next minor This method is like the include? method but instead of receiving a value and check if the array has it, it receives an array an check if it's part of another one. https://github.com/ruby/ruby/pull/127 -- http://bugs.ruby-lang.org/