# File lib/types/hash.rb, line 47 def self.symbol_array(a) a && UniformArray.new(SYMBOL, a.collect { |v| v.to_sym }) end