Submission Status: Passed
Submitted for: January 19 - Rebuild the include? Method in Ruby to Check for Array Values
Submitted at: August 01, 2017
class Array def does_it_have? element each do |i| return true if i == element end false end end
devCamp does not support ancient browsers.
Install a modern version for best experience.