--- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: Returns true if the given object is present in self (that is, if any object == anObject), false 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