ruby check array contains value code example Example: ruby array has element >> ['Cat', 'Dog', 'Bird'].include? 'Dog' => true