# File lib/couchrest/model/typecast.rb, line 158
        def typecast_to_class(value)
          value.to_s.constantize
        rescue NameError
          nil
        end