10 11 12
# File 'lib/uinit/type/array_of.rb', line 10 def self.from(array) new(array.first) if from?(array) end