From: "lellisga (Li Ellis Galardo)" Date: 2012-05-30T14:02:22+09:00 Subject: [ruby-core:45318] [ruby-trunk - Feature #6515] array.c: added method that verifies if an Array is part of another Issue #6515 has been updated by lellisga (Li Ellis Galardo). Sorry, I wasn;t sure what to upload. Please remove them. nobu (Nobuyoshi Nakada) wrote: > Why attaching whole files? ---------------------------------------- Feature #6515: array.c: added method that verifies if an Array is part of another https://bugs.ruby-lang.org/issues/6515#change-26901 Author: lellisga (Li Ellis Galardo) Status: Open Priority: Normal Assignee: Category: Target version: 2.0.0 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/