# File lib/stella/core_ext.rb, line 533 def self.from_array(array = []) h = Hash.new array.size.times do |t| h[t] = array[t] end h end