THRIFT-507. ruby: Stop using boost::tokenizer Previously, the Ruby generated used boost::tokenizer to produce a vector of namespace components from a dot-delimited namespace string. We can do this manually with only a slight increase in complexity.