Submission Status: Passed
Submitted for: February 25 - Validating the Length of Each Array Element in Ruby
Submitted at: August 01, 2017
class Array def at_least_four_characters? all? do |e| e.length >= 4 end end end
devCamp does not support ancient browsers.
Install a modern version for best experience.