Method: Diva::Type::ArrayType#recommendation_point

Defined in:
lib/diva/type.rb

#recommendation_point(values) ⇒ Object



226
227
228
# File 'lib/diva/type.rb', line 226

def recommendation_point(values)
  values.is_a?(Enumerable) && values.all? { |v| @type.recommendation_point(v) } && 0
end