# File lib/dm-types/flag.rb, line 54 def self.typecast(value, property) case value when nil then nil when Array then value.map {|v| v.to_sym} else value.to_sym end end