ZerethShell
File Manager
SQL Manager
/
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
Array
include%3f-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns <tt>true</tt> if the given object is present in <em>self</em> (that is, if any object <tt>==</tt> <em>anObject</em>), <tt>false</tt> otherwise. - !ruby/struct:SM::Flow::VERB body: " a = [ "a", "b", "c" ]\n a.include?("b") #=> true\n a.include?("z") #=> false\n" full_name: Array#include? is_singleton: false name: include? params: | array.include?(obj) -> true or false visibility: public
Kaydet
Vazgeç