# File lib/couchrest/model/typecast.rb, line 68 def typecast_to_symbol(value) value.kind_of?(Symbol) || !value.to_s.empty? ? value.to_sym : nil end