# File lib/criteria/array.rb, line 5 def initialize(array) super() @criterion_type = ArrayCriterion @array = array end